llvm-6502/lib/ProfileData
2014-07-31 03:12:45 +00:00
..
CMakeLists.txt Add code coverage mapping data, reader, and writer. 2014-07-24 23:55:56 +00:00
CoverageMapping.cpp Coverage: fix the missing output stream in recursive call to CoverageMappingContext::dump 2014-07-29 19:58:16 +00:00
CoverageMappingReader.cpp Use std::unique_ptr to make the ownership explicit. 2014-07-31 03:12:45 +00:00
CoverageMappingWriter.cpp coverage: remove empty mapping regions 2014-07-25 22:22:24 +00:00
InstrProf.cpp Remove unused and odd code. 2014-06-13 15:36:17 +00:00
InstrProfIndexed.h raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. 2014-04-29 23:26:49 +00:00
InstrProfReader.cpp llvm-profdata: Clean up and reorganize some tests 2014-07-29 22:29:23 +00:00
InstrProfWriter.cpp Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
LLVMBuild.txt Add code coverage mapping data, reader, and writer. 2014-07-24 23:55:56 +00:00
Makefile