Searched refs:getScopeNode (Results 1 – 4 of 4) sorted by relevance
73 MDNode *DebugLoc::getScopeNode(const LLVMContext &Ctx) const { in getScopeNode() function in DebugLoc75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx); in getScopeNode()80 const MDNode *Scope = getScopeNode(Ctx); in getFnDebugLoc()
418 assert(Scope->getScopeNode()); in constructInlinedScopeDIE()419 DIScope DS(Scope->getScopeNode()); in constructInlinedScopeDIE()469 DISubprogram SP(Scope->getScopeNode()); in createScopeChildrenDIE()502 assert(Scope && Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()506 DISubprogram SP(Scope->getScopeNode()); in constructAbstractSubprogramScopeDIE()541 assert(Scope && Scope->getScopeNode()); in constructSubprogramScopeDIE()544 DISubprogram Sub(Scope->getScopeNode()); in constructSubprogramScopeDIE()560 if (!Scope || !Scope->getScopeNode()) in constructScopeDIE()563 DIScope DS(Scope->getScopeNode()); in constructScopeDIE()1156 ensureAbstractVariableIsCreatedIfScoped(DV, Scope->getScopeNode()); in collectVariableInfoFromMMITable()[all …]
94 MDNode *getScopeNode(const LLVMContext &Ctx) const;
59 const MDNode *getScopeNode() const { return Desc; } in getScopeNode() function