Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h131 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
357 DebugLoc getCurrentDebugLocation() const {
358 return Builder.getCurrentDebugLocation();
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A DIRBindings.cpp65 const auto& Loc = unwrap(Bref)->getCurrentDebugLocation(); in LLVMGoGetCurrentDebugLocation()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DInstrumentation.h186 if (IRB.getCurrentDebugLocation()) in ensureDebugInfo()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp204 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
H A DCGDebugInfo.cpp102 OriginalLocation = CGF->Builder.getCurrentDebugLocation(); in init()
135 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
157 CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) && in ApplyInlineDebugLocation()
4251 setInlinedAt(Builder.getCurrentDebugLocation()); in EmitInlineFunctionStart()
H A DCodeGenFunction.cpp2593 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
H A DCGExpr.cpp3248 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall()
3601 Builder.getCurrentDebugLocation()); in EmitTrapCheck()
H A DCGExprScalar.cpp4424 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
H A DCGStmtOpenMP.cpp3863 Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier, in EmitOMPForDirective()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp190 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h204 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp1013 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation()); in TEST_F()
1019 EXPECT_EQ(DL2, Builder.getCurrentDebugLocation()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp270 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in spliceBB()
297 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()
311 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h217 DebugLoc getCurrentDebugLocation() const;
359 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp72 DebugLoc IRBuilderBase::getCurrentDebugLocation() const { in getCurrentDebugLocation() function in IRBuilderBase
H A DCore.cpp3090 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()
3109 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()