Searched refs:SlowPathFn (Results 1 – 1 of 1) sorted by relevance
3651 llvm::FunctionCallee SlowPathFn; in EmitCfiSlowPathCheck() local3660 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()3664 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr, InfoPtr}); in EmitCfiSlowPathCheck()3666 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()3669 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr}); in EmitCfiSlowPathCheck()3673 cast<llvm::GlobalValue>(SlowPathFn.getCallee()->stripPointerCasts())); in EmitCfiSlowPathCheck()