Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp365 if (!Scope || !Scope->getScopeNode()) in constructScopeDIE()
368 auto *DS = Scope->getScopeNode(); in constructScopeDIE()
476 assert(Scope->getScopeNode()); in constructInlinedScopeDIE()
477 auto *DS = Scope->getScopeNode(); in constructInlinedScopeDIE()
724 for (const auto *IE : ImportedEntities[Scope->getScopeNode()]) in createScopeChildrenDIE()
784 DIE *&AbsDef = getAbstractSPDies()[Scope->getScopeNode()]; in constructAbstractSubprogramScopeDIE()
788 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()
H A DDwarfDebug.cpp483 assert(Scope && Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()
487 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()
1049 ensureAbstractEntityIsCreatedIfScoped(TheCU, Var.first, Scope->getScopeNode()); in collectVariableInfoFromMFTable()
1239 ensureAbstractEntityIsCreatedIfScoped(TheCU, Node, Scope.getScopeNode()); in createConcreteEntity()
1530 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
1574 assert(!FnScope || SP == FnScope->getScopeNode()); in endFunctionImpl()
1605 auto *SP = cast<DISubprogram>(AScope->getScopeNode()); in endFunctionImpl()
H A DCodeViewDebug.cpp2705 auto GI = ScopeGlobals.find(Scope.getScopeNode()); in collectLexicalBlockInfo()
2708 const DILexicalBlock *DILB = dyn_cast<DILexicalBlock>(Scope.getScopeNode()); in collectLexicalBlockInfo()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h64 const DILocalScope *getScopeNode() const { return Desc; } in getScopeNode() function