Searched refs:getCoveredFunctions (Results 1 – 7 of 7) sorted by relevance
360 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 …]
180 renderFunctions(OS, Coverage.getCoveredFunctions(Filename)); in renderFile()
302 Export["functions"] = renderFunctions(Coverage.getCoveredFunctions()); in renderRoot()
536 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()
314 auto Functions = Coverage.getCoveredFunctions(Filename); in renderFunctionReports()
642 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions() function649 getCoveredFunctions(StringRef Filename) const { in getCoveredFunctions() function
661 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles()