Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h131 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
364 DebugLoc getCurrentDebugLocation() const {
365 return Builder.getCurrentDebugLocation();
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DInstrumentation.h182 if (IRB.getCurrentDebugLocation()) in ensureDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp191 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
H A DMemorySanitizer.cpp1298 if (shouldDisambiguateWarningLocation(IRB.getCurrentDebugLocation())) { in insertWarningFn()
1306 if (NewDebugLoc && NewDebugLoc != IRB.getCurrentDebugLocation()) { in insertWarningFn()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp204 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
H A DCGDebugInfo.cpp106 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()
H A DCodeGenFunction.cpp2622 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
H A DCGClass.cpp1664 DI->setInlinedAt(CGF.Builder.getCurrentDebugLocation()); in DeclAsInlineDebugLocation()
H A DCGExpr.cpp3220 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall()
3576 Builder.getCurrentDebugLocation()); in EmitTrapCheck()
H A DCGExprScalar.cpp4595 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
H A DCGStmtOpenMP.cpp3921 Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier, in EmitOMPForDirective()
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h307 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h226 DebugLoc getCurrentDebugLocation() const;
370 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp272 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in spliceBB()
299 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()
313 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp72 DebugLoc IRBuilderBase::getCurrentDebugLocation() const { in getCurrentDebugLocation() function in IRBuilderBase
H A DCore.cpp3068 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()
3087 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()