Searched refs:InlinedAtNode (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1754 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers() local 1758 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers() 1759 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers() 1760 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers() 1775 auto updateLoopInfoLoc = [&Ctx, &InlinedAtNode, in fixupLineNumbers() 1778 return inlineDebugLoc(Loc, InlinedAtNode, Ctx, IANodes).get(); in fixupLineNumbers() 1786 inlineDebugLoc(DL, InlinedAtNode, I.getContext(), IANodes); in fixupLineNumbers() 1823 inlineDebugLoc(DL, InlinedAtNode, in fixupLineNumbers()
|