Home
last modified time | relevance | path

Searched refs:getCoveredFunctions (Results 1 – 9 of 9) sorted by relevance

/external/llvm/tools/llvm-cov/
DCoverageReport.cpp98 for (const auto &F : CM->getCoveredFunctions(Filename)) { in adjustColumnWidths()
195 for (const auto &F : Coverage->getCoveredFunctions(Filename)) { in renderFunctionReports()
225 for (const auto &F : Coverage->getCoveredFunctions(Filename)) { in renderFileReports()
DCodeCoverage.cpp513 for (const auto &Function : Coverage->getCoveredFunctions()) { in show()
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp304 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
481 for (const auto &Func : LoadedCoverage->getCoveredFunctions()) in TEST_P()
496 for (const auto &Func : LoadedCoverage->getCoveredFunctions()) in TEST_P()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h467 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions() function
474 getCoveredFunctions(StringRef Filename) const { in getCoveredFunctions() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h580 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions() function
587 getCoveredFunctions(StringRef Filename) const { in getCoveredFunctions() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h654 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions() function
661 getCoveredFunctions(StringRef Filename) const { in getCoveredFunctions() function
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp415 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp604 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp718 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles()