Lines Matching refs:getInt8PtrTy
177 Type *Int8PtrType = Type::getInt8PtrTy(TheModule->getContext()); in runOnFunction()
223 Type::getInt8PtrTy(Context) // EXCEPTION_DISPOSITION (*Handler)(...) in getEHLinkRegistrationType()
240 Type::getInt8PtrTy(Context), // void *SavedESP in getCXXEHRegistrationType()
262 Type::getInt8PtrTy(Context), // void *SavedESP in getSEHRegistrationType()
263 Type::getInt8PtrTy(Context), // void *ExceptionPointers in getSEHRegistrationType()
284 Type *Int8PtrType = Builder.getInt8PtrTy(); in emitExceptionRegistrationRecord()
377 Value *FI8 = Builder.CreateBitCast(F, Type::getInt8PtrTy(F->getContext())); in emitEHLSDA()
392 Type *Int8PtrType = Type::getInt8PtrTy(Context); in generateLSDAInEAXThunk()
431 Value *HandlerI8 = Builder.CreateBitCast(Handler, Builder.getInt8PtrTy()); in linkExceptionRegistration()
489 Builder.CreateBitCast(CS.getArgOperand(0), Builder.getInt8PtrTy())); in rewriteSetJmpCallSite()
641 Value *RegNodeI8 = Builder.CreateBitCast(RegNode, Builder.getInt8PtrTy()); in addStateStores()
649 Builder.CreateBitCast(EHGuardNode, Builder.getInt8PtrTy()); in addStateStores()