Lines Matching refs:getInt8PtrTy
175 Type *Int8PtrType = Type::getInt8PtrTy(TheModule->getContext()); in runOnFunction()
221 Type::getInt8PtrTy(Context) // EXCEPTION_DISPOSITION (*Handler)(...) in getEHLinkRegistrationType()
238 Type::getInt8PtrTy(Context), // void *SavedESP in getCXXEHRegistrationType()
260 Type::getInt8PtrTy(Context), // void *SavedESP in getSEHRegistrationType()
261 Type::getInt8PtrTy(Context), // void *ExceptionPointers in getSEHRegistrationType()
282 Type *Int8PtrType = Builder.getInt8PtrTy(); in emitExceptionRegistrationRecord()
375 Value *FI8 = Builder.CreateBitCast(F, Type::getInt8PtrTy(F->getContext())); in emitEHLSDA()
390 Type *Int8PtrType = Type::getInt8PtrTy(Context); in generateLSDAInEAXThunk()
427 Value *HandlerI8 = Builder.CreateBitCast(Handler, Builder.getInt8PtrTy()); in linkExceptionRegistration()
485 Builder.CreateBitCast(CS.getArgOperand(0), Builder.getInt8PtrTy())); in rewriteSetJmpCallSite()
637 Value *RegNodeI8 = Builder.CreateBitCast(RegNode, Builder.getInt8PtrTy()); in addStateStores()
645 Builder.CreateBitCast(EHGuardNode, Builder.getInt8PtrTy()); in addStateStores()