Searched refs:InlinedAtDL (Results 1 – 3 of 3) sorted by relevance
153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump() local154 if (!InlinedAtDL.isUnknown()) { in dump()156 InlinedAtDL.dump(Ctx); in dump()
747 const DebugLoc &InlinedAtDL, in updateInlinedAtInfo() argument751 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx); in updateInlinedAtInfo()757 InlinedAtDL.getAsMDNode(Ctx)); in updateInlinedAtInfo()
1334 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc() local1335 if (!InlinedAtDL.isUnknown()) { in printDebugLoc()1337 printDebugLoc(InlinedAtDL, MF, CommentOS); in printDebugLoc()