Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp351 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
379 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
397 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
429 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
481 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
506 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
531 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
558 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
581 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
612 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
[all …]
/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-7.0/llvm/tools/llvm-cov/
DCoverageExporterJson.cpp155 renderFunctions(Coverage.getCoveredFunctions()); in renderRoot()
DCodeCoverage.cpp462 for (const auto &Function : Coverage.getCoveredFunctions()) { in demangleSymbols()
514 for (const auto &Function : Coverage.getCoveredFunctions()) in demangleSymbols()
897 for (const auto &Function : Coverage->getCoveredFunctions(SourceFile)) in doShow()
DCoverageReport.cpp285 auto Functions = Coverage.getCoveredFunctions(Filename); in renderFunctionReports()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h578 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions() function
585 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-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp557 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles()