Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h144 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
359 DebugLoc getCurrentDebugLocation() const {
360 return Builder.getCurrentDebugLocation();
/freebsd-13.1/contrib/llvm-project/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()
4061 setInlinedAt(Builder.getCurrentDebugLocation()); in EmitInlineFunctionStart()
H A DCodeGenFunction.cpp2526 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
H A DCGExpr.cpp3159 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall()
3511 Builder.getCurrentDebugLocation()); in EmitTrapCheck()
H A DCGExprScalar.cpp4361 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp189 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h153 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h222 DebugLoc getCurrentDebugLocation() const { in getCurrentDebugLocation() function
376 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3108 return wrap(unwrap(Builder)->getCurrentDebugLocation().getAsMDNode()); in LLVMGetCurrentDebugLocation2()
3127 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()