Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugLoc.cpp130 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local
132 InlinedAtDL.print(OS); in print()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp439 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local
440 if (!InlinedAtDL) in printDebugLoc()
444 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
455 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local
457 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
H A DMachineInstr.cpp1741 DebugLoc InlinedAtDL(InlinedAt); in print() local
1742 if (InlinedAtDL && MF) { in print()
1744 InlinedAtDL.print(OS); in print()