Searched refs:SlowPathFn (Results 1 – 1 of 1) sorted by relevance
3861 llvm::FunctionCallee SlowPathFn; in EmitCfiSlowPathCheck() local3870 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()3874 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr, InfoPtr}); in EmitCfiSlowPathCheck()3876 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()3879 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr}); in EmitCfiSlowPathCheck()3883 cast<llvm::GlobalValue>(SlowPathFn.getCallee()->stripPointerCasts())); in EmitCfiSlowPathCheck()