Searched refs:getCurrentDebugLocation (Results 1 – 16 of 16) sorted by relevance
131 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()364 DebugLoc getCurrentDebugLocation() const {365 return Builder.getCurrentDebugLocation();
182 if (IRB.getCurrentDebugLocation()) in ensureDebugInfo()
191 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
1298 if (shouldDisambiguateWarningLocation(IRB.getCurrentDebugLocation())) { in insertWarningFn()1306 if (NewDebugLoc && NewDebugLoc != IRB.getCurrentDebugLocation()) { in insertWarningFn()
204 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
106 OriginalLocation = CGF->Builder.getCurrentDebugLocation(); in init()139 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()161 CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) && in ApplyInlineDebugLocation()4285 setInlinedAt(Builder.getCurrentDebugLocation()); in EmitInlineFunctionStart()
2622 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
1664 DI->setInlinedAt(CGF.Builder.getCurrentDebugLocation()); in DeclAsInlineDebugLocation()
3220 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall()3576 Builder.getCurrentDebugLocation()); in EmitTrapCheck()
4595 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
3921 Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier, in EmitOMPForDirective()
307 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
226 DebugLoc getCurrentDebugLocation() const;370 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
272 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in spliceBB()299 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()313 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()
72 DebugLoc IRBuilderBase::getCurrentDebugLocation() const { in getCurrentDebugLocation() function in IRBuilderBase
3068 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()3087 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()