Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp79 if (!LCS.isMapped()) in get()
H A DCoverageExporterLcov.cpp72 if (LCS.isMapped()) { in renderLineExecutionCounts()
H A DSourceCoverageViewHTML.cpp1058 if (Line.isMapped()) in renderLineCoverageColumn()
1063 : (Line.isMapped() ? "uncovered-line" : "skipped-line"); in renderLineCoverageColumn()
H A DSourceCoverageViewText.cpp215 if (!Line.isMapped()) { in renderLineCoverageColumn()
/src/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp488 bool isMapped(const BasicBlock *BB) const { return BlockMap.contains(BB); } in isMapped() function in __anonc9bcb16f0311::GCPtrTracker
672 if (!isMapped(InBB) || in removeValidUnrelocatedDefs()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1050 bool isMapped() const { return Mapped; } in isMapped() function