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

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp439 /// updateInlinedAtInfo - Helper function used by fixupLineNumbers to
441 static DebugLoc updateInlinedAtInfo(const DebugLoc &DL, function
446 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
468 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext()));

Completed in 88 milliseconds