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

/external/llvm/include/llvm/IR/
H A DDebugLoc.h64 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
65 static DebugLoc getFromDILocation(MDNode *N);
/external/llvm/lib/IR/
H A DDebugLoc.cpp75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx);
136 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
137 DebugLoc DebugLoc::getFromDILocation(MDNode *N) { function in class:DebugLoc
160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
H A DMetadata.cpp639 DbgLoc = DebugLoc::getFromDILocation(Node);
H A DDebugInfo.cpp1428 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1443 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt);
H A DCore.cpp2009 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc::getFromDILocation(Loc));
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp204 DebugLoc newDebugLoc = DebugLoc::getFromDILocation(NewDIL);
H A DInlineFunction.cpp449 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp60 DebugLoc IDL = DebugLoc::getFromDILocation(N);
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp193 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILocation(InlinedAt));
H A DMachineInstr.cpp1668 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1213 DebugLoc DL = DebugLoc::getFromDILocation(IA);

Completed in 599 milliseconds