Home
last modified time | relevance | path

Searched refs:InlinedAtNode (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1265 updateInlinedAtInfo(const DebugLoc &DL, DILocation *InlinedAtNode, in updateInlinedAtInfo() argument
1269 DILocation *Last = InlinedAtNode; in updateInlinedAtInfo()
1306 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers() local
1310 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
1311 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers()
1312 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers()
1336 BI->setDebugLoc(updateInlinedAtInfo(DL, InlinedAtNode, BI->getContext(), IANodes)); in fixupLineNumbers()