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.h156 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
408 DebugLoc getCurrentDebugLocation() const {
409 return Builder.getCurrentDebugLocation();
H A DInstrumentation.h201 if (IRB.getCurrentDebugLocation()) in ensureDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp185 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
H A DCGDebugInfo.cpp246 OriginalLocation = CGF->Builder.getCurrentDebugLocation(); in init()
279 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
308 CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) && in ApplyInlineDebugLocation()
4844 setInlinedAt(Builder.getCurrentDebugLocation()); in EmitInlineFunctionStart()
6485 llvm::DILocation *CheckDI = Builder.getCurrentDebugLocation(); in SanitizerAnnotateDebugInfo()
H A DCGClass.cpp1671 DI->setInlinedAt(CGF.Builder.getCurrentDebugLocation()); in DeclAsInlineDebugLocation()
H A DCodeGenFunction.cpp2902 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
H A DCGExpr.cpp3672 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall()
4070 Builder.getCurrentDebugLocation()); in EmitTrapCheck()
H A DCGExprScalar.cpp5340 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
H A DCGBuiltin.cpp3736 llvm::DILocation *TrapLocation = Builder.getCurrentDebugLocation(); in EmitBuiltinExpr()
H A DCGStmtOpenMP.cpp4114 CGF.Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier, in emitOMPForDirective()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp242 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
H A DMemorySanitizer.cpp1427 if (shouldDisambiguateWarningLocation(IRB.getCurrentDebugLocation())) { in insertWarningFn()
1435 if (NewDebugLoc && NewDebugLoc != IRB.getCurrentDebugLocation()) { in insertWarningFn()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1316 DebugLoc DL = B.getCurrentDebugLocation(); in insertSinCos()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h273 LLVM_ABI DebugLoc getCurrentDebugLocation() const;
418 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h663 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp63 DebugLoc IRBuilderBase::getCurrentDebugLocation() const { return StoredDL; } in getCurrentDebugLocation() function in IRBuilderBase
H A DCore.cpp3343 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()
3362 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp308 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in spliceBB()
335 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()
349 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()
4201 Builder.getCurrentDebugLocation()); in createCanonicalLoop()
5419 spliceBB(IP, ThenBlock, false, Builder.getCurrentDebugLocation()); in createIfVersion()