Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h141 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
354 DebugLoc getCurrentDebugLocation() const {
355 return Builder.getCurrentDebugLocation();
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.cpp65 const auto& Loc = unwrap(Bref)->getCurrentDebugLocation(); in LLVMGoGetCurrentDebugLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp152 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
H A DCGDebugInfo.cpp101 OriginalLocation = CGF->Builder.getCurrentDebugLocation(); in init()
134 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
156 CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) && in ApplyInlineDebugLocation()
4083 setInlinedAt(Builder.getCurrentDebugLocation()); in EmitInlineFunctionStart()
H A DCodeGenFunction.cpp2512 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
H A DCGExpr.cpp3159 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall()
3511 Builder.getCurrentDebugLocation()); in EmitTrapCheck()
H A DCGExprScalar.cpp4348 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp189 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h153 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h222 DebugLoc getCurrentDebugLocation() const { in getCurrentDebugLocation() function
376 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3097 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()
3116 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()