Searched refs:InlinedAtNode (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1500 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers() local 1504 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers() 1505 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers() 1506 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers() 1522 auto updateLoopInfoLoc = [&Ctx, &InlinedAtNode, &IANodes]( in fixupLineNumbers() 1524 return inlineDebugLoc(&Loc, InlinedAtNode, Ctx, IANodes).get(); in fixupLineNumbers() 1531 inlineDebugLoc(DL, InlinedAtNode, BI->getContext(), IANodes); in fixupLineNumbers()
|