Searched refs:Int8PtrType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 177 Type *Int8PtrType = Type::getInt8PtrTy(TheModule->getContext()); in runOnFunction() local 181 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())}, in runOnFunction() 284 Type *Int8PtrType = Builder.getInt8PtrTy(); in emitExceptionRegistrationRecord() local 306 FunctionType::get(VoidTy, Int8PtrType, /*isVarArg=*/false)); in emitExceptionRegistrationRecord() 358 FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType, in emitExceptionRegistrationRecord() 392 Type *Int8PtrType = Type::getInt8PtrTy(Context); in generateLSDAInEAXThunk() local 393 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() 394 Int8PtrType}; in generateLSDAInEAXThunk()
|