Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDebugLoc.h75 static DebugLoc appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt,
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDebugLoc.cpp110 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt() function in DebugLoc
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1647 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes); in inlineDebugLoc()