Searched refs:Int8PtrType (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 175 Type *Int8PtrType = PointerType::getUnqual(TheModule->getContext()); in runOnFunction() local 179 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())}, in runOnFunction() 278 Type *Int8PtrType = Builder.getPtrTy(); in emitExceptionRegistrationRecord() local 299 FunctionType::get(VoidTy, Int8PtrType, /*isVarArg=*/false)); in emitExceptionRegistrationRecord() 353 FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType, in emitExceptionRegistrationRecord() 386 Type *Int8PtrType = PointerType::getUnqual(Context); in generateLSDAInEAXThunk() local 387 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() 388 Int8PtrType}; in generateLSDAInEAXThunk()
|