Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h131 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
367 DebugLoc getCurrentDebugLocation() const {
368 return Builder.getCurrentDebugLocation();
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h187 if (IRB.getCurrentDebugLocation()) in ensureDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp187 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
H A DMemorySanitizer.cpp1360 if (shouldDisambiguateWarningLocation(IRB.getCurrentDebugLocation())) { in insertWarningFn()
1368 if (NewDebugLoc && NewDebugLoc != IRB.getCurrentDebugLocation()) { in insertWarningFn()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp205 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
H A DCGDebugInfo.cpp105 OriginalLocation = CGF->Builder.getCurrentDebugLocation(); in init()
138 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
160 CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) && in ApplyInlineDebugLocation()
4430 setInlinedAt(Builder.getCurrentDebugLocation()); in EmitInlineFunctionStart()
H A DCodeGenFunction.cpp2695 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
H A DCGClass.cpp1658 DI->setInlinedAt(CGF.Builder.getCurrentDebugLocation()); in DeclAsInlineDebugLocation()
H A DCGExpr.cpp3482 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall()
3820 Builder.getCurrentDebugLocation()); in EmitTrapCheck()
H A DCGExprScalar.cpp4669 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
H A DCGStmtOpenMP.cpp3921 Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier, in EmitOMPForDirective()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h584 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h234 DebugLoc getCurrentDebugLocation() const;
378 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1276 DebugLoc DL = B.getCurrentDebugLocation(); in insertSinCos()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp63 DebugLoc IRBuilderBase::getCurrentDebugLocation() const { in getCurrentDebugLocation() function in IRBuilderBase
H A DCore.cpp3098 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()
3117 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp298 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in spliceBB()
325 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()
339 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()