reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ProfileData/Coverage/CoverageMapping.cpp
  604   for (const auto &Function : getCoveredFunctions())
tools/llvm-cov/CodeCoverage.cpp
  457   for (const auto &Function : Coverage.getCoveredFunctions()) {
  509   for (const auto &Function : Coverage.getCoveredFunctions())
tools/llvm-cov/CoverageExporterJson.cpp
  222     Export["functions"] = renderFunctions(Coverage.getCoveredFunctions());
unittests/ProfileData/CoverageMappingTest.cpp
  350   const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
  378   const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
  396   const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
  428   const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
  480   const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
  505   const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
  530   const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
  557   const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
  580   const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
  611   const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
  802   for (const auto &Func : LoadedCoverage->getCoveredFunctions())
  816   for (const auto &Func : LoadedCoverage->getCoveredFunctions())
  886   auto Funcs = LoadedCoverage->getCoveredFunctions();