Searched refs:getCurrentDebugLocation (Results 1 – 16 of 16) sorted by relevance
131 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()357 DebugLoc getCurrentDebugLocation() const {358 return Builder.getCurrentDebugLocation();
65 const auto& Loc = unwrap(Bref)->getCurrentDebugLocation(); in LLVMGoGetCurrentDebugLocation()
186 if (IRB.getCurrentDebugLocation()) in ensureDebugInfo()
204 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
102 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()
2593 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
3248 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall()3601 Builder.getCurrentDebugLocation()); in EmitTrapCheck()
4424 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
3863 Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier, in EmitOMPForDirective()
190 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
204 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
1013 EXPECT_EQ(DL1, Builder.getCurrentDebugLocation()); in TEST_F()1019 EXPECT_EQ(DL2, Builder.getCurrentDebugLocation()); in TEST_F()
270 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in spliceBB()297 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()311 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()
217 DebugLoc getCurrentDebugLocation() const;359 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
72 DebugLoc IRBuilderBase::getCurrentDebugLocation() const { in getCurrentDebugLocation() function in IRBuilderBase
3090 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()3109 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()