1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/tools/llvm-cov
Vedant Kumar 66613b7210 [llvm-cov] Use getOptions() instead of Options in SourceCoverageView, NFC
A lot of this code is going to move into the text-based coverage
renderer, and won't be able to use Options directly. Use the getter.

llvm-svn: 273635
2016-06-24 00:41:26 +00:00
..
CMakeLists.txt Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
CodeCoverage.cpp [llvm-cov] Add SourceNames to SourceCoverageViews, NFC 2016-06-24 00:34:51 +00:00
CoverageFilters.cpp
CoverageFilters.h Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
CoverageReport.cpp [llvm-cov] Adjust column widths for function and file reports 2015-10-21 16:03:32 +00:00
CoverageReport.h
CoverageSummaryInfo.cpp
CoverageSummaryInfo.h Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
CoverageViewOptions.h [llvm-cov] Disable name and path truncation 2015-09-14 23:26:36 +00:00
gcov.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00
llvm-cov.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00
LLVMBuild.txt Move coverage related code into a separate library. 2016-04-29 18:53:05 +00:00
RenderingSupport.h NFC, add an "end namespace" comment for consistency 2016-06-23 16:27:08 +00:00
SourceCoverageView.cpp [llvm-cov] Use getOptions() instead of Options in SourceCoverageView, NFC 2016-06-24 00:41:26 +00:00
SourceCoverageView.h [llvm-cov] Add SourceNames to SourceCoverageViews, NFC 2016-06-24 00:34:51 +00:00
TestingSupport.cpp Search for llvm-symbolizer binary in the same directory as argv[0], before 2016-06-09 00:53:21 +00:00