Searched refs:InlinedAtNode (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1661 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers() local 1665 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers() 1666 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers() 1667 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers() 1683 auto updateLoopInfoLoc = [&Ctx, &InlinedAtNode, in fixupLineNumbers() 1686 return inlineDebugLoc(Loc, InlinedAtNode, Ctx, IANodes).get(); in fixupLineNumbers() 1694 inlineDebugLoc(DL, InlinedAtNode, BI->getContext(), IANodes); in fixupLineNumbers()
|