Searched refs:SlowPathFn (Results 1 – 2 of 2) sorted by relevance
3317 llvm::FunctionCallee SlowPathFn; in EmitCfiSlowPathCheck() local3326 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()3331 SlowPathFn, {TypeId, Ptr, Builder.CreateBitCast(InfoPtr, Int8PtrTy)}); in EmitCfiSlowPathCheck()3333 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()3336 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr}); in EmitCfiSlowPathCheck()3340 cast<llvm::GlobalValue>(SlowPathFn.getCallee()->stripPointerCasts())); in EmitCfiSlowPathCheck()
2635 llvm::Constant *SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck() local2638 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr}); in EmitCfiSlowPathCheck()