Home
last modified time | relevance | path

Searched defs:InlinedAtDL (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/IR/
DDebugLoc.cpp77 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) { in dump() local
96 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp767 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc() local
782 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in printExtendedName() local
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp373 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local
389 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local
DMachineInstr.cpp1921 DebugLoc InlinedAtDL(InlinedAt); in print() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp1346 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc() local
1546 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt); in print() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp842 const DebugLoc &InlinedAtDL, in updateInlinedAtInfo()