Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp129 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local
131 InlinedAtDL.print(OS); in print()
/third_party/skia/third_party/externals/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()