Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugLoc.h75 static DebugLoc appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt,
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugLoc.cpp70 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt() function in DebugLoc
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp884 auto IA = DebugLoc::appendInlinedAt(DL, InlinedAtNode, Ctx, IANodes); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1514 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes); in inlineDebugLoc()