Searched refs:Int8PtrType (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 175 Type *Int8PtrType = Type::getInt8PtrTy(TheModule->getContext()); in runOnFunction() local 179 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())}, in runOnFunction() 277 Type *Int8PtrType = Builder.getInt8PtrTy(); in emitExceptionRegistrationRecord() local 299 FunctionType::get(VoidTy, Int8PtrType, /*isVarArg=*/false)); in emitExceptionRegistrationRecord() 354 FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType, in emitExceptionRegistrationRecord() 388 Type *Int8PtrType = Type::getInt8PtrTy(Context); in generateLSDAInEAXThunk() local 389 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() 390 Int8PtrType}; in generateLSDAInEAXThunk()
|