Home
last modified time | relevance | path

Searched refs:getExpansions (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-cov/
DCoverageSummaryInfo.cpp43 sumBranchExpansions(NumBranches, CoveredBranches, CM, CE.getExpansions()); in sumBranchExpansions()
74 sumBranchExpansions(NumBranches, CoveredBranches, CM, CD.getExpansions()); in get()
DCoverageExporterLcov.cpp91 auto NestedExpansions = ExpansionCoverage.getExpansions(); in collectNestedBranches()
122 collectNestedBranches(Coverage, FileCoverage.getExpansions()); in renderBranchExecutionCounts()
DCoverageExporterJson.cpp123 auto NestedExpansions = ExpansionCoverage.getExpansions(); in collectNestedBranches()
188 for (const auto &Expansion : FileCoverage.getExpansions()) in renderFileExpansions()
DCodeCoverage.cpp314 auto SubViewExpansions = ExpansionCoverage.getExpansions(); in attachExpansionSubViews()
363 auto Expansions = FunctionCoverage.getExpansions(); in createFunctionView()
385 auto Expansions = FileCoverage.getExpansions(); in createSourceFileView()
406 auto SubViewExpansions = SubViewCoverage.getExpansions(); in createSourceFileView()
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h564 ArrayRef<ExpansionRecord> getExpansions() const { return Expansions; } in getExpansions() function