Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InlinedAtDL

1447     DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1448 if (!InlinedAtDL.isUnknown()) {
1450 printDebugLoc(InlinedAtDL, MF, CommentOS);
1650 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt);
1651 if (!InlinedAtDL.isUnknown()) {
1653 printDebugLoc(InlinedAtDL, MF, OS);