Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDebugLoc.h63 static DebugLoc getFromDILocation(MDNode *N);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp116 DebugLoc DebugLoc::getFromDILocation(MDNode *N) { in getFromDILocation() function in DebugLoc
153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump()
DMetadata.cpp445 DbgLoc = DebugLoc::getFromDILocation(Node); in setMetadata()
DCore.cpp1733 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc::getFromDILocation(Loc)); in LLVMSetCurrentDebugLocation()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLexicalScopes.cpp129 return InlinedLexicalScopeMap.lookup(DebugLoc::getFromDILocation(IA)); in findLexicalScope()
181 DebugLoc InlinedLoc = DebugLoc::getFromDILocation(InlinedAt); in getOrCreateInlinedScope()
DMachineInstr.cpp1346 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc()
1546 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in print()
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp58 DebugLoc IDL = DebugLoc::getFromDILocation(N); in printDebugLoc()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp767 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc()
782 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in printExtendedName()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp906 Scope = LScopes.findInlinedScope(DebugLoc::getFromDILocation(IA)); in collectVariableInfo()
1097 return getScopeNode(DebugLoc::getFromDILocation(InlinedAt), Ctx); in getScopeNode()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp846 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx); in updateInlinedAtInfo()