Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp360 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
388 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
406 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
438 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
490 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
515 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
540 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions(); in TEST_P()
820 for (const auto &Func : LoadedCoverage->getCoveredFunctions()) { in TEST_P()
835 for (const auto &Func : LoadedCoverage->getCoveredFunctions()) in TEST_P()
849 for (const auto &Func : LoadedCoverage->getCoveredFunctions()) in TEST_P()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp180 renderFunctions(OS, Coverage.getCoveredFunctions(Filename)); in renderFile()
H A DCoverageExporterJson.cpp302 Export["functions"] = renderFunctions(Coverage.getCoveredFunctions()); in renderRoot()
H A DCodeCoverage.cpp536 for (const auto &Function : Coverage.getCoveredFunctions()) { in demangleSymbols()
588 for (const auto &Function : Coverage.getCoveredFunctions()) in demangleSymbols()
1092 for (const auto &Function : Coverage->getCoveredFunctions(SourceFile)) in doShow()
H A DCoverageReport.cpp314 auto Functions = Coverage.getCoveredFunctions(Filename); in renderFunctionReports()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h642 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions() function
649 getCoveredFunctions(StringRef Filename) const { in getCoveredFunctions() function
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp661 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles()