Searched refs:InlinedAtNode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1501 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers() local 1505 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers() 1506 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers() 1507 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers() 1523 auto updateLoopInfoLoc = [&Ctx, &InlinedAtNode, in fixupLineNumbers() 1526 return inlineDebugLoc(Loc, InlinedAtNode, Ctx, IANodes).get(); in fixupLineNumbers() 1534 inlineDebugLoc(DL, InlinedAtNode, BI->getContext(), IANodes); in fixupLineNumbers()
|