Searched refs:InlinedAtDL (Results 1 – 6 of 6) sorted by relevance
77 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) { in dump() local79 InlinedAtDL.dump(); in dump()96 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local98 InlinedAtDL.print(OS); in print()
117 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print() local119 InlinedAtDL.print(OS); in print()
373 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local374 if (!InlinedAtDL) in printDebugLoc()378 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()389 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local391 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
1921 DebugLoc InlinedAtDL(InlinedAt); in print() local1922 if (InlinedAtDL && MF) { in print()1924 InlinedAtDL.print(OS); in print()
423 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() local424 if (!InlinedAtDL) in printDebugLoc()428 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()439 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName() local441 printDebugLoc(InlinedAtDL, OS, Ctx); in printExtendedName()
1545 DebugLoc InlinedAtDL(InlinedAt); in print() local1546 if (InlinedAtDL && MF) { in print()1548 InlinedAtDL.print(OS); in print()