Searched refs:OrigDL (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1823 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc() argument 1826 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes); in inlineDebugLoc() 1827 return DILocation::get(Ctx, OrigDL.getLine(), OrigDL.getCol(), in inlineDebugLoc() 1828 OrigDL.getScope(), IA, OrigDL.isImplicitCode(), in inlineDebugLoc() 1829 OrigDL->getAtomGroup(), OrigDL->getAtomRank()); in inlineDebugLoc()
|