llvm-6502/tools/llvm-cov
Lang Hames 7b8ba81502 [Object] Modify OwningBinary's interface to separate inspection from ownership.
The getBinary and getBuffer method now return ordinary pointers of appropriate
const-ness. Ownership is transferred by calling takeBinary(), which returns a
pair of the Binary and a MemoryBuffer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221003 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-31 21:37:49 +00:00
..
CMakeLists.txt
CodeCoverage.cpp llvm-cov: Follow LLVM naming conventions 2014-10-30 20:57:49 +00:00
CoverageFilters.cpp
CoverageFilters.h
CoverageReport.cpp llvm-cov/CoverageReport.cpp: Quick fix for msvcrt, since width specifier "z" is unavailable. 2014-10-01 00:29:26 +00:00
CoverageReport.h
CoverageSummary.cpp llvm-cov: Use the number of executed functions for the function coverage metric. 2014-09-30 12:45:13 +00:00
CoverageSummary.h
CoverageSummaryInfo.cpp llvm-cov: Use the number of executed functions for the function coverage metric. 2014-09-30 12:45:13 +00:00
CoverageSummaryInfo.h llvm-cov: Use the number of executed functions for the function coverage metric. 2014-09-30 12:45:13 +00:00
CoverageViewOptions.h
gcov.cpp llvm-cov: Follow LLVM naming conventions 2014-10-30 20:57:49 +00:00
llvm-cov.cpp llvm-cov: Follow LLVM naming conventions 2014-10-30 20:57:49 +00:00
LLVMBuild.txt
Makefile
RenderingSupport.h
SourceCoverageView.cpp
SourceCoverageView.h
TestingSupport.cpp [Object] Modify OwningBinary's interface to separate inspection from ownership. 2014-10-31 21:37:49 +00:00