Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp115 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local
117 InlinedAtDL.print(OS); in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp691 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local
692 if (!InlinedAtDL) in printDebugLoc()
696 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
717 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local
719 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()