Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3326 llvm::FunctionCallee SlowPathFn; in EmitCfiSlowPathCheck() local
3335 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()