Home
last modified time | relevance | path

Searched refs:SlowPathFn (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3861 llvm::FunctionCallee SlowPathFn; in EmitCfiSlowPathCheck() local
3870 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()