Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp183 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h112 DbgLoc(B.getCurrentDebugLocation()), SE(SE) { in SCEVInsertPointGuard()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp100 OriginalLocation = CGF->Builder.getCurrentDebugLocation(); in init()
132 OriginalLocation = CGF.Builder.getCurrentDebugLocation(); in ApplyDebugLocation()
154 CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) && in ApplyInlineDebugLocation()
3565 setInlinedAt(Builder.getCurrentDebugLocation()); in EmitInlineFunctionStart()
H A DCodeGenFunction.cpp2418 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
H A DCGExprScalar.cpp3889 PN->setDebugLoc(Builder.getCurrentDebugLocation()); in VisitBinLAnd()
H A DCGExpr.cpp2887 if (!CGF.Builder.getCurrentDebugLocation()) { in emitCheckHandlerCall()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h154 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } in getCurrentDebugLocation() function
237 DbgLoc(B.getCurrentDebugLocation()) {} in InsertPointGuard()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp2936 Context, unwrap(Builder)->getCurrentDebugLocation().getAsMDNode())); in LLVMGetCurrentDebugLocation()