Searched refs:getScopeNode (Results 1 – 9 of 9) sorted by relevance
323 if (!Scope || !Scope->getScopeNode()) in constructScopeDIE()326 auto *DS = Scope->getScopeNode(); in constructScopeDIE()438 assert(Scope->getScopeNode()); in constructInlinedScopeDIE()439 auto *DS = Scope->getScopeNode(); in constructInlinedScopeDIE()592 assert(Scope && Scope->getScopeNode()); in constructSubprogramScopeDIE()595 auto *Sub = cast<DISubprogram>(Scope->getScopeNode()); in constructSubprogramScopeDIE()634 DIE *&AbsDef = DU->getAbstractSPDies()[Scope->getScopeNode()]; in constructAbstractSubprogramScopeDIE()638 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()
359 assert(Scope && Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()363 const MDNode *SP = Scope->getScopeNode(); in constructAbstractSubprogramScopeDIE()735 ensureAbstractVariableIsCreatedIfScoped(Var, Scope->getScopeNode()); in collectVariableInfoFromMMITable()909 ensureAbstractVariableIsCreatedIfScoped(IV, Scope.getScopeNode()); in createConcreteVariable()1067 auto *SP = cast<DISubprogram>(FnScope->getScopeNode()); in beginFunction()1115 SP = cast<DISubprogram>(FnScope->getScopeNode()); in endFunction()1144 auto *SP = cast<DISubprogram>(AScope->getScopeNode()); in endFunction()
352 if (!Scope || !Scope->getScopeNode()) in constructScopeDIE()355 auto *DS = Scope->getScopeNode(); in constructScopeDIE()458 assert(Scope->getScopeNode()); in constructInlinedScopeDIE()459 auto *DS = Scope->getScopeNode(); in constructInlinedScopeDIE()694 for (const auto *IE : ImportedEntities[Scope->getScopeNode()]) in createScopeChildrenDIE()748 DIE *&AbsDef = getAbstractSPDies()[Scope->getScopeNode()]; in constructAbstractSubprogramScopeDIE()752 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()
483 assert(Scope && Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()487 auto *SP = cast<DISubprogram>(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()957 ensureAbstractVariableIsCreatedIfScoped(TheCU, Var, Scope->getScopeNode()); in collectVariableInfoFromMFTable()1132 ensureAbstractVariableIsCreatedIfScoped(TheCU, IV, Scope.getScopeNode()); in createConcreteVariable()1373 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()1417 assert(!FnScope || SP == FnScope->getScopeNode()); in endFunctionImpl()1443 auto *SP = cast<DISubprogram>(AScope->getScopeNode()); in endFunctionImpl()
2535 const DILexicalBlock *DILB = dyn_cast<DILexicalBlock>(Scope.getScopeNode()); in collectLexicalBlockInfo()
302 if (!Scope->getScopeNode()) in constructInlinedScopeDIE()304 DIScope DS(Scope->getScopeNode()); in constructInlinedScopeDIE()376 if (!Scope || !Scope->getScopeNode()) in constructScopeDIE()399 DIScope DS(Scope->getScopeNode()); in constructScopeDIE()974 DIArray Variables = DISubprogram(FnScope->getScopeNode()).getVariables(); in collectVariableInfo()1095 static MDNode *getScopeNode(DebugLoc DL, const LLVMContext &Ctx) { in getScopeNode() function1097 return getScopeNode(DebugLoc::getFromDILocation(InlinedAt), Ctx); in getScopeNode()1104 const MDNode *Scope = getScopeNode(DL, Ctx); in getFnDebugLoc()1305 CompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode()); in endFunction()1312 DISubprogram SP(AScope->getScopeNode()); in endFunction()[all …]
171 const MDNode *getScopeNode() const { return Desc; } in getScopeNode() function
64 const DILocalScope *getScopeNode() const { return Desc; } in getScopeNode() function
62 const DILocalScope *getScopeNode() const { return Desc; } in getScopeNode() function