Home
last modified time | relevance | path

Searched refs:getScopeNode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp163 (Scope->getScopeNode() == Scope->getScopeNode()->getSubprogram()) && in trimLocationRanges()
164 (Scope->getScopeNode() == LocalVar->getScope())) in trimLocationRanges()
H A DDwarfCompileUnit.cpp507 if (!Scope || !Scope->getScopeNode()) in constructScopeDIE()
510 auto *DS = Scope->getScopeNode(); in constructScopeDIE()
644 assert(Scope->getScopeNode()); in constructInlinedScopeDIE()
645 auto *DS = Scope->getScopeNode(); in constructInlinedScopeDIE()
1016 for (const auto *IE : ImportedEntities[Scope->getScopeNode()]) in createScopeChildrenDIE()
1076 DIE *&AbsDef = getAbstractSPDies()[Scope->getScopeNode()]; in constructAbstractSubprogramScopeDIE()
1080 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()
H A DDwarfDebug.cpp567 assert(Scope && Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()
571 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()
1548 ensureAbstractEntityIsCreatedIfScoped(TheCU, Var.first, Scope->getScopeNode()); in collectVariableInfoFromMFTable()
1768 ensureAbstractEntityIsCreatedIfScoped(TheCU, Node, Scope.getScopeNode()); in createConcreteEntity()
2094 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
2133 assert(!FnScope || SP == FnScope->getScopeNode()); in endFunctionImpl()
2166 auto *SP = cast<DISubprogram>(AScope->getScopeNode()); in endFunctionImpl()
H A DCodeViewDebug.cpp2821 auto GI = ScopeGlobals.find(Scope.getScopeNode()); in collectLexicalBlockInfo()
2824 const DILexicalBlock *DILB = dyn_cast<DILexicalBlock>(Scope.getScopeNode()); in collectLexicalBlockInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h63 const DILocalScope *getScopeNode() const { return Desc; } in getScopeNode() function