Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugLoc.cpp75 return DebugLoc::getFromDILocation(InlinedAt).getScopeNode(Ctx); in getScopeNode()
137 DebugLoc DebugLoc::getFromDILocation(MDNode *N) { in getFromDILocation() function in DebugLoc
160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump()
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in print()
DDebugInfo.cpp1428 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc()
1443 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in printExtendedName()
DMetadata.cpp639 DbgLoc = DebugLoc::getFromDILocation(Node); in setMetadata()
DCore.cpp2009 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc::getFromDILocation(Loc)); in LLVMSetCurrentDebugLocation()
/external/llvm/include/llvm/IR/
DDebugLoc.h65 static DebugLoc getFromDILocation(MDNode *N);
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp204 DebugLoc newDebugLoc = DebugLoc::getFromDILocation(NewDIL); in runOnFunction()
DInlineFunction.cpp449 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx); in updateInlinedAtInfo()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp60 DebugLoc IDL = DebugLoc::getFromDILocation(N); in printDebugLoc()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp193 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILocation(InlinedAt)); in getOrCreateInlinedScope()
DMachineInstr.cpp1668 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in print()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1213 DebugLoc DL = DebugLoc::getFromDILocation(IA); in collectVariableInfo()