Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDebugLoc.h85 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
/external/llvm/lib/VMCore/
DDebugLoc.cpp36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { in getInlinedAt() function in DebugLoc
153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp57 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) { in printDebugLoc()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp749 if (MDNode *IA = DL.getInlinedAt(Ctx)) { in updateInlinedAtInfo()
777 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp159 const MDNode *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function in llvm::DbgScope
615 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()
798 if (Scope->getInlinedAt()) in constructScopeDIE()
1807 if (MDNode *InlinedAt = DL.getInlinedAt(Ctx)) in getScopeNode()
2088 if (MDNode *IA = DL.getInlinedAt(Ctx)) in findDbgScope()
/external/llvm/lib/Analysis/
DDebugInfo.cpp817 if (MDNode *IA = Loc.getInlinedAt(Ctx)) in processModule()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1334 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc()