Searched refs:TheCallDL (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp462 DebugLoc TheCallDL = TheCall->getDebugLoc(); local
463 if (TheCallDL.isUnknown())
475 BI->setDebugLoc(TheCallDL);
477 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext()));

Completed in 46 milliseconds