Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugLoc.h88 static DebugLoc appendInlinedAt(DebugLoc DL, DILocation *InlinedAt,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp70 DebugLoc DebugLoc::appendInlinedAt(DebugLoc DL, DILocation *InlinedAt, in appendInlinedAt() function in DebugLoc
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp507 auto IA = DebugLoc::appendInlinedAt(DL, InlinedAtNode, Ctx, IANodes); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1374 auto IA = DebugLoc::appendInlinedAt(DL, InlinedAtNode, BI->getContext(), in fixupLineNumbers()