llvm-6502/include/llvm/ProfileData
Alex Lorenz 65b3fca21f Add code coverage mapping data, reader, and writer.
This patch implements the data structures, the reader and
the writers for the new code coverage mapping system. 
The new code coverage mapping system uses the instrumentation
based profiling to provide code coverage analysis.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213910 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-24 23:57:54 +00:00
..
CoverageMapping.h Add code coverage mapping data, reader, and writer. 2014-07-24 23:57:54 +00:00
CoverageMappingReader.h Add code coverage mapping data, reader, and writer. 2014-07-24 23:57:54 +00:00
CoverageMappingWriter.h Add code coverage mapping data, reader, and writer. 2014-07-24 23:57:54 +00:00
InstrProf.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
InstrProfReader.h ProfileData: Fix copy-paste type in RawInstrProfReader 2014-06-18 18:20:44 +00:00
InstrProfWriter.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00