Searched refs:getCurrentDebugLocation (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 156 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard() 408 DebugLoc getCurrentDebugLocation() const { 409 return Builder.getCurrentDebugLocation();
|
| H A D | Instrumentation.h | 201 if (IRB.getCurrentDebugLocation()) in ensureDebugInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGGPUBuiltin.cpp | 185 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
|
| H A D | CGDebugInfo.cpp | 246 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 D | CGClass.cpp | 1671 DI->setInlinedAt(CGF.Builder.getCurrentDebugLocation()); in DeclAsInlineDebugLocation()
|
| H A D | CodeGenFunction.cpp | 2902 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
|
| H A D | CGExpr.cpp | 3672 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall() 4070 Builder.getCurrentDebugLocation()); in EmitTrapCheck()
|
| H A D | CGExprScalar.cpp | 5340 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
|
| H A D | CGBuiltin.cpp | 3736 llvm::DILocation *TrapLocation = Builder.getCurrentDebugLocation(); in EmitBuiltinExpr()
|
| H A D | CGStmtOpenMP.cpp | 4114 CGF.Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier, in emitOMPForDirective()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 242 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
|
| H A D | MemorySanitizer.cpp | 1427 if (shouldDisambiguateWarningLocation(IRB.getCurrentDebugLocation())) { in insertWarningFn() 1435 if (NewDebugLoc && NewDebugLoc != IRB.getCurrentDebugLocation()) { in insertWarningFn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 1316 DebugLoc DL = B.getCurrentDebugLocation(); in insertSinCos()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 273 LLVM_ABI DebugLoc getCurrentDebugLocation() const; 418 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 663 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 63 DebugLoc IRBuilderBase::getCurrentDebugLocation() const { return StoredDL; } in getCurrentDebugLocation() function in IRBuilderBase
|
| H A D | Core.cpp | 3343 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 D | OMPIRBuilder.cpp | 308 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()
|