Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h148 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
393 DebugLoc getCurrentDebugLocation() const {
394 return Builder.getCurrentDebugLocation();
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h193 if (IRB.getCurrentDebugLocation()) in ensureDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp187 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
H A DMemorySanitizer.cpp1368 if (shouldDisambiguateWarningLocation(IRB.getCurrentDebugLocation())) { in insertWarningFn()
1376 if (NewDebugLoc && NewDebugLoc != IRB.getCurrentDebugLocation()) { in insertWarningFn()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp208 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
H A DCGDebugInfo.cpp115 OriginalLocation = CGF->Builder.getCurrentDebugLocation(); in init()
148 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
170 CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) && in ApplyInlineDebugLocation()
4583 setInlinedAt(Builder.getCurrentDebugLocation()); in EmitInlineFunctionStart()
H A DCGClass.cpp1667 DI->setInlinedAt(CGF.Builder.getCurrentDebugLocation()); in DeclAsInlineDebugLocation()
H A DCodeGenFunction.cpp2794 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
H A DCGExpr.cpp3482 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall()
3847 Builder.getCurrentDebugLocation()); in EmitTrapCheck()
H A DCGExprScalar.cpp5006 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
H A DCGStmtOpenMP.cpp3966 Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier, in EmitOMPForDirective()
H A DCGBuiltin.cpp3598 llvm::DILocation *TrapLocation = Builder.getCurrentDebugLocation(); in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h610 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1318 DebugLoc DL = B.getCurrentDebugLocation(); in insertSinCos()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h237 DebugLoc getCurrentDebugLocation() const;
381 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp64 DebugLoc IRBuilderBase::getCurrentDebugLocation() const { in getCurrentDebugLocation() function in IRBuilderBase
H A DCore.cpp3292 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()
3311 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp301 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in spliceBB()
328 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()
342 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()