HomeSort by relevance Sort by last modified time
    Searched refs:getScopeNode (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
DebugLoc.h 93 /// getScopeNode - Get MDNode for DebugLoc's scope, or null if invalid.
94 MDNode *getScopeNode(const LLVMContext &Ctx) const;
  /external/llvm/lib/IR/
DebugLoc.cpp 73 MDNode *DebugLoc::getScopeNode(const LLVMContext &Ctx) const {
75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx);
80 const MDNode *Scope = getScopeNode(Ctx);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 418 assert(Scope->getScopeNode());
419 DIScope DS(Scope->getScopeNode());
469 DISubprogram SP(Scope->getScopeNode());
502 assert(Scope && Scope->getScopeNode());
506 DISubprogram SP(Scope->getScopeNode());
541 assert(Scope && Scope->getScopeNode());
544 DISubprogram Sub(Scope->getScopeNode());
560 if (!Scope || !Scope->getScopeNode())
563 DIScope DS(Scope->getScopeNode());
    [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 59 const MDNode *getScopeNode() const { return Desc; }

Completed in 3105 milliseconds