Home
last modified time | relevance | path

Searched refs:InlinedAtDL (Results 1 – 8 of 8) 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-10.0/llvm/lib/IR/
DDebugLoc.cpp129 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local
131 InlinedAtDL.print(OS); in print()
/external/llvm-project/llvm/lib/IR/
DDebugLoc.cpp129 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local
131 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-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp503 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local
504 if (!InlinedAtDL) in printDebugLoc()
508 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
529 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local
531 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
DMachineInstr.cpp1769 DebugLoc InlinedAtDL(InlinedAt); in print() local
1770 if (InlinedAtDL && MF) { in print()
1772 InlinedAtDL.print(OS); in print()
/external/llvm-project/llvm/lib/CodeGen/
DLiveDebugVariables.cpp516 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local
517 if (!InlinedAtDL) in printDebugLoc()
521 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
542 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local
544 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()