Searched refs:getFromDILocation (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDebugLoc.h61 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
62 static DebugLoc getFromDILocation(MDNode *N);
/external/llvm/lib/IR/
H A DDebugLoc.cpp116 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
117 DebugLoc DebugLoc::getFromDILocation(MDNode *N) { function in class:DebugLoc
139 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
H A DDebugInfo.cpp1176 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1191 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt);
H A DMetadata.cpp628 DbgLoc = DebugLoc::getFromDILocation(Node);
H A DCore.cpp1804 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc::getFromDILocation(Loc));
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp59 DebugLoc IDL = DebugLoc::getFromDILocation(N);
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp129 return InlinedLexicalScopeMap.lookup(DebugLoc::getFromDILocation(IA));
181 DebugLoc InlinedLoc = DebugLoc::getFromDILocation(InlinedAt);
H A DMachineInstr.cpp1422 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1640 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp446 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1142 Scope = LScopes.findInlinedScope(DebugLoc::getFromDILocation(IA));
1334 return getScopeNode(DebugLoc::getFromDILocation(InlinedAt), Ctx);

Completed in 375 milliseconds