Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3317 llvm::FunctionCallee SlowPathFn; in EmitCfiSlowPathCheck() local
3326 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()
/external/clang/lib/CodeGen/
DCGExpr.cpp2635 llvm::Constant *SlowPathFn = CGM.getModule().getOrInsertFunction( in EmitCfiSlowPathCheck() local
2638 CheckCall = Builder.CreateCall(SlowPathFn, {TypeId, Ptr}); in EmitCfiSlowPathCheck()