Searched refs:InlinedAtDL (Results 1 – 3 of 3) sorted by relevance
129 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local131 InlinedAtDL.print(OS); in print()
503 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local504 if (!InlinedAtDL) in printDebugLoc()508 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()529 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local531 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
1769 DebugLoc InlinedAtDL(InlinedAt); in print() local1770 if (InlinedAtDL && MF) { in print()1772 InlinedAtDL.print(OS); in print()