Searched refs:CountedRegions (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp24 for (auto &CR : Function.CountedRegions) {
H A DCoverageExporterLcov.cpp55 auto StartLine = F.CountedRegions.front().LineStart;
H A DCoverageExporterJson.cpp99 {"target_regions", renderRegions(Expansion.Function.CountedRegions)}});
196 {"regions", renderRegions(F.CountedRegions)},
H A DCodeCoverage.cpp328 unsigned FileID = Function->CountedRegions.front().FileID;
330 for (const auto &CR : Function->CountedRegions)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp355 auto I = Function.CountedRegions.begin(), E = Function.CountedRegions.end();
625 for (const auto &CR : Function.CountedRegions)
660 for (const auto &CR : Function.CountedRegions)
707 for (const auto &CR : Function.CountedRegions)
726 for (const auto &CR : Expansion.Function.CountedRegions)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h312 std::vector<CountedRegion> CountedRegions; member in struct:llvm::coverage::FunctionRecord
323 if (CountedRegions.empty())
325 CountedRegions.emplace_back(Region, Count);

Completed in 73 milliseconds