Searched refs:inlineDebugLoc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1737 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc() function 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()
|