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

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

Completed in 115 milliseconds