Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InlinedAtDL

1346     DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1347 if (!InlinedAtDL.isUnknown()) {
1349 printDebugLoc(InlinedAtDL, MF, CommentOS);
1546 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt);
1547 if (!InlinedAtDL.isUnknown()) {
1549 printDebugLoc(InlinedAtDL, MF, OS);