Home
last modified time | relevance | path

Searched refs:LScope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1502 for (auto [LScope, ScopeDIE] : LexicalBlockDIEs) in attachLexicalScopesAbstractOrigins()
1503 AttachAO(LScope, ScopeDIE); in attachLexicalScopesAbstractOrigins()
1504 for (auto &[LScope, ScopeDIEs] : InlinedLocalScopeDIEs) in attachLexicalScopesAbstractOrigins()
1506 AttachAO(LScope, ScopeDIE); in attachLexicalScopesAbstractOrigins()
1795 if (auto *LScope = dyn_cast<DILexicalBlock>(Context)) in getOrCreateContextDIE() local
1796 return getLexicalBlockDIE(LScope); in getOrCreateContextDIE()
H A DDwarfDebug.cpp1610 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout() local
1612 if (!LScope) in validThroughout()
1614 auto &LSRange = LScope->getRanges(); in validThroughout()
1639 if (!PredScope || LScope->dominates(PredScope)) in validThroughout()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp99 if (auto *LScope = dyn_cast<DILocalScope>(MD)) in createIdentityMDPredicate() local
100 return ShouldKeep(LScope->getSubprogram()); in createIdentityMDPredicate()