Searched refs:TheCallDL (Results 1 – 3 of 3) sorted by relevance
395 DebugLoc TheCallDL; in CloneAndPruneFunctionInto() local397 TheCallDL = TheCall->getDebugLoc(); in CloneAndPruneFunctionInto()
860 DebugLoc TheCallDL = TheCall->getDebugLoc(); in fixupLineNumbers() local861 if (TheCallDL.isUnknown()) in fixupLineNumbers()869 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext())); in fixupLineNumbers()
1301 const DebugLoc &TheCallDL = TheCall->getDebugLoc(); in fixupLineNumbers() local1302 if (!TheCallDL) in fixupLineNumbers()1306 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers()1334 BI->setDebugLoc(TheCallDL); in fixupLineNumbers()