Home
last modified time | relevance | path

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

/freebsd-14.2/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 DSourceCoverageViewText.cpp215 if (!Line.isMapped()) { in renderLineCoverageColumn()
H A DSourceCoverageViewHTML.cpp877 if (Line.isMapped()) in renderLineCoverageColumn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp488 bool isMapped(const BasicBlock *BB) const { return BlockMap.contains(BB); } in isMapped() function in __anonb86e12500311::GCPtrTracker
672 if (!isMapped(InBB) || in removeValidUnrelocatedDefs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h957 bool isMapped() const { return Mapped; } in isMapped() function