Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp64 if (!LCS.isMapped()) in get()
H A DCoverageExporterLcov.cpp72 if (LCS.isMapped()) { in renderLineExecutionCounts()
H A DSourceCoverageViewText.cpp150 if (!Line.isMapped()) { in renderLineCoverageColumn()
H A DSourceCoverageViewHTML.cpp621 if (Line.isMapped()) in renderLineCoverageColumn()
/llvm-project-15.0.7/llvm/lib/IR/
H A DSafepointIRVerifier.cpp488 bool isMapped(const BasicBlock *BB) const { in isMapped() function in __anon2f71f24a0311::GCPtrTracker
674 if (!isMapped(InBB) || in removeValidUnrelocatedDefs()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h682 bool isMapped() const { return Mapped; } in isMapped() function