Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DIRBuilderTest.cpp399 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation()); in TEST_F()
405 EXPECT_EQ(DL2, Builder.getCurrentDebugLocation()); in TEST_F()
/external/llvm/include/llvm/IR/
DIRBuilder.h114 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function
200 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp81 OriginalLocation = CGF->Builder.getCurrentDebugLocation(); in init()
109 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
/external/llvm/lib/IR/
DCore.cpp2214 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()