Lines Matching refs:DebugLoc
745 /// update InlinedAtEntry of a DebugLoc.
746 static DebugLoc updateInlinedAtInfo(const DebugLoc &DL,
747 const DebugLoc &InlinedAtDL,
750 DebugLoc NewInlinedAtDL
751 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
752 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx),
756 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx),
765 DebugLoc TheCallDL = TheCall->getDebugLoc();
772 DebugLoc DL = BI->getDebugLoc();