Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugLoc.cpp73 MDNode *DebugLoc::getScopeNode(const LLVMContext &Ctx) const { in getScopeNode() function in DebugLoc
75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx); in getScopeNode()
80 const MDNode *Scope = getScopeNode(Ctx); in getFnDebugLoc()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp418 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 …]
/external/llvm/include/llvm/IR/
DDebugLoc.h94 MDNode *getScopeNode(const LLVMContext &Ctx) const;
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h59 const MDNode *getScopeNode() const { return Desc; } in getScopeNode() function