Searched refs:Int8PtrType (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 175 Type *Int8PtrType = Type::getInt8PtrTy(TheModule->getContext()); in runOnFunction() local 179 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())}, in runOnFunction() 282 Type *Int8PtrType = Builder.getInt8PtrTy(); in emitExceptionRegistrationRecord() local 304 FunctionType::get(VoidTy, Int8PtrType, /*isVarArg=*/false)); in emitExceptionRegistrationRecord() 356 FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType, in emitExceptionRegistrationRecord() 390 Type *Int8PtrType = Type::getInt8PtrTy(Context); in generateLSDAInEAXThunk() local 391 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk() 392 Int8PtrType}; in generateLSDAInEAXThunk()
|