Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3389 llvm::FunctionCallee SlowPathFn; in EmitCfiSlowPathCheck() local
3398 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()
3403 SlowPathFn, {TypeId, Ptr, Builder.CreateBitCast(InfoPtr, Int8PtrTy)}); in EmitCfiSlowPathCheck()
3405 SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck()
3408 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr}); in EmitCfiSlowPathCheck()
3412 cast<llvm::GlobalValue>(SlowPathFn.getCallee()->stripPointerCasts())); in EmitCfiSlowPathCheck()