Searched refs:InlinedAtDL (Results 1 – 3 of 3) sorted by relevance
130 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local132 InlinedAtDL.print(OS); in print()
439 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local440 if (!InlinedAtDL) in printDebugLoc()444 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()455 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local457 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
1741 DebugLoc InlinedAtDL(InlinedAt); in print() local1742 if (InlinedAtDL && MF) { in print()1744 InlinedAtDL.print(OS); in print()