1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/tools/llvm-cov
Sean Eveson 42bd8958bb [llvm-cov] Read in function names for filtering from a text file.
Summary: Add a -name-whitelist option, which behaves in the same way as -name, but it reads in multiple function names from the given input file(s).

Reviewers: vsk

Reviewed By: vsk

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D37111

llvm-svn: 312227
2017-08-31 09:11:31 +00:00
..
CMakeLists.txt
CodeCoverage.cpp [llvm-cov] Read in function names for filtering from a text file. 2017-08-31 09:11:31 +00:00
CoverageExporterJson.cpp
CoverageFilters.cpp [llvm-cov] Read in function names for filtering from a text file. 2017-08-31 09:11:31 +00:00
CoverageFilters.h [llvm-cov] Read in function names for filtering from a text file. 2017-08-31 09:11:31 +00:00
CoverageReport.cpp [llvm-cov] Rearrange entries in report index. 2017-08-09 20:43:31 +00:00
CoverageReport.h [llvm-cov] Demangle symbols in function summaries (fixes PR31394) 2017-02-05 20:11:03 +00:00
CoverageSummaryInfo.cpp [Coverage] Add an API to retrive all instantiations of a function (NFC) 2017-08-02 23:35:25 +00:00
CoverageSummaryInfo.h [Coverage] Add an API to retrive all instantiations of a function (NFC) 2017-08-02 23:35:25 +00:00
CoverageViewOptions.h
gcov.cpp Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
llvm-cov.cpp
LLVMBuild.txt
RenderingSupport.h
SourceCoverageView.cpp [llvm-cov] Ignore unclosed line segments when setting line counts 2017-08-04 00:36:24 +00:00
SourceCoverageView.h [llvm-cov] Ignore unclosed line segments when setting line counts 2017-08-04 00:36:24 +00:00
SourceCoverageViewHTML.cpp [llvm-cov] Rearrange entries in report index. 2017-08-09 20:43:31 +00:00
SourceCoverageViewHTML.h [llvm-cov] Rearrange entries in report index. 2017-08-09 20:43:31 +00:00
SourceCoverageViewText.cpp
SourceCoverageViewText.h
TestingSupport.cpp [ProfileData] Unify getInstrProf*SectionName helpers 2017-04-15 00:09:57 +00:00