Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3054 llvm::Constant *SlowPathFn; in EmitCfiSlowPathCheck() local
3063 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()
3068 SlowPathFn, {TypeId, Ptr, Builder.CreateBitCast(InfoPtr, Int8PtrTy)}); in EmitCfiSlowPathCheck()
3070 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()
3073 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr}); in EmitCfiSlowPathCheck()
3076 CGM.setDSOLocal(cast<llvm::GlobalValue>(SlowPathFn->stripPointerCasts())); in EmitCfiSlowPathCheck()