Searched refs:getCurrentDebugLocation (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 63 const auto& Loc = unwrap(Bref)->getCurrentDebugLocation(); in LLVMGetCurrentDebugLocation2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 183 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 409 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation()); in TEST_F() 415 EXPECT_EQ(DL2, Builder.getCurrentDebugLocation()); in TEST_F()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 104 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 112 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 667 Builder.getCurrentDebugLocation()); in EmitWhileStmt() 759 Builder.getCurrentDebugLocation()); in EmitDoStmt() 811 llvm::DebugLoc DL = Builder.getCurrentDebugLocation(); in EmitForStmt() 909 llvm::DebugLoc DL = Builder.getCurrentDebugLocation(); in EmitCXXForRangeStmt()
|
D | CodeGenFunction.cpp | 2007 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
|
D | CGDebugInfo.cpp | 82 OriginalLocation = CGF->Builder.getCurrentDebugLocation(); in init() 110 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
|
D | CGStmtOpenMP.cpp | 1284 LoopStack.push(CondBlock, Builder.getCurrentDebugLocation()); in EmitOMPInnerLoop() 1685 LoopStack.push(CondBlock, Builder.getCurrentDebugLocation()); in EmitOMPOuterLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 570 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation()); in TEST_F() 576 EXPECT_EQ(DL2, Builder.getCurrentDebugLocation()); in TEST_F()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 114 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function 385 if (!getCurrentDebugLocation().isUnknown())
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 136 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function 222 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 154 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function 237 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1737 return wrap(unwrap(Builder)->getCurrentDebugLocation() in LLVMGetCurrentDebugLocation()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2431 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 2661 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()
|