Home
last modified time | relevance | path

Searched refs:OrigDL (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1483 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc() argument
1486 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes); in inlineDebugLoc()
1487 return DILocation::get(Ctx, OrigDL.getLine(), OrigDL.getCol(), in inlineDebugLoc()
1488 OrigDL.getScope(), IA); in inlineDebugLoc()