Home | History | Annotate | Download | only in IR

Lines Matching refs:InlinedAtDL

1278     DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1279 if (!InlinedAtDL.isUnknown()) {
1281 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
1293 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt);
1294 if (!InlinedAtDL.isUnknown()) {
1296 printDebugLoc(InlinedAtDL, OS, Ctx);