Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
DIRBindings.cpp63 const auto& Loc = unwrap(Bref)->getCurrentDebugLocation(); in LLVMGetCurrentDebugLocation2()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp183 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp409 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation()); in TEST_F()
415 EXPECT_EQ(DL2, Builder.getCurrentDebugLocation()); in TEST_F()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h104 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h112 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
/external/clang/lib/CodeGen/
DCGStmt.cpp667 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()
DCodeGenFunction.cpp2007 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
DCGDebugInfo.cpp82 OriginalLocation = CGF->Builder.getCurrentDebugLocation(); in init()
110 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
DCGStmtOpenMP.cpp1284 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/
DIRBuilderTest.cpp570 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/
DIRBuilder.h114 DebugLoc getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function
385 if (!getCurrentDebugLocation().isUnknown())
/external/llvm/include/llvm/IR/
DIRBuilder.h136 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/
DIRBuilder.h154 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function
237 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1737 return wrap(unwrap(Builder)->getCurrentDebugLocation() in LLVMGetCurrentDebugLocation()
/external/llvm/lib/IR/
DCore.cpp2431 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2661 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()