Home
last modified time | relevance | path

Searched refs:isMapped (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp81 if (!LCS.isMapped()) in sumRegions()
H A DCoverageExporterLcov.cpp92 if (LCS.isMapped()) { in renderLineExecutionCounts()
H A DSourceCoverageViewHTML.cpp1056 if (Line.isMapped()) in renderLineCoverageColumn()
1061 : (Line.isMapped() ? "uncovered-line" : "skipped-line"); in renderLineCoverageColumn()
H A DSourceCoverageViewText.cpp215 if (!Line.isMapped()) { in renderLineCoverageColumn()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp489 bool isMapped(const BasicBlock *BB) const { return BlockMap.contains(BB); } in isMapped() function in __anond3efd71a0411::GCPtrTracker
672 if (!isMapped(InBB) || in removeValidUnrelocatedDefs()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1126 bool isMapped() const { return Mapped; } in isMapped() function