Searched refs:SlowPathFn (Results 1 – 1 of 1) sorted by relevance
3326 llvm::FunctionCallee SlowPathFn; in EmitCfiSlowPathCheck() local3335 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()3340 SlowPathFn, {TypeId, Ptr, Builder.CreateBitCast(InfoPtr, Int8PtrTy)}); in EmitCfiSlowPathCheck()3342 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()3345 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr}); in EmitCfiSlowPathCheck()3349 cast<llvm::GlobalValue>(SlowPathFn.getCallee()->stripPointerCasts())); in EmitCfiSlowPathCheck()