Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugLoc.cpp114 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local
116 InlinedAtDL.print(OS); in print()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp687 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local
688 if (!InlinedAtDL) in printDebugLoc()
692 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
713 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local
715 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()