Home
last modified time | relevance | path

Searched refs:InlinedAtDL (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/IR/
DDebugLoc.cpp77 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) { in dump() local
79 InlinedAtDL.dump(); in dump()
96 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local
98 InlinedAtDL.print(OS); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp117 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local
119 InlinedAtDL.print(OS); in print()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp373 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local
374 if (!InlinedAtDL) in printDebugLoc()
378 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
389 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local
391 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
DMachineInstr.cpp1921 DebugLoc InlinedAtDL(InlinedAt); in print() local
1922 if (InlinedAtDL && MF) { in print()
1924 InlinedAtDL.print(OS); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp423 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local
424 if (!InlinedAtDL) in printDebugLoc()
428 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
439 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local
441 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
DMachineInstr.cpp1545 DebugLoc InlinedAtDL(InlinedAt); in print() local
1546 if (InlinedAtDL && MF) { in print()
1548 InlinedAtDL.print(OS); in print()