Home
last modified time | relevance | path

Searched refs:getInlinedAt (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/IR/
DDebugLoc.cpp37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { in getInlinedAt() function in DebugLoc
74 if (MDNode *InlinedAt = getInlinedAt(Ctx)) in getScopeNode()
160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump()
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in print()
DDebugInfo.cpp152 MDNode *DIVariable::getInlinedAt() const { return getNodeField(DbgNode, 7); } in getInlinedAt() function in DIVariable
1428 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc()
1442 if (MDNode *InlinedAt = getInlinedAt()) { in printExtendedName()
/external/llvm/include/llvm/IR/
DDebugLoc.h87 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
DDebugInfo.h685 MDNode *getInlinedAt() const;
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp59 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) { in printDebugLoc()
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h58 const MDNode *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp447 if (MDNode *IA = DL.getInlinedAt(Ctx)) { in updateInlinedAtInfo()
480 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp434 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()
504 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE()
542 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
565 assert((Scope->getInlinedAt() || !DS.isSubprogram()) && in constructScopeDIE()
1212 else if (MDNode *IA = DV.getInlinedAt()) { in collectVariableInfo()
/external/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp257 Loc.getInlinedAt(RealInst->getContext())); in visitInstruction()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1667 if (MDNode *InlinedAt = DV.getInlinedAt()) { in print()