Searched refs:SlowPathFn (Results 1 – 1 of 1) sorted by relevance
3054 llvm::Constant *SlowPathFn; in EmitCfiSlowPathCheck() local3063 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()