Home
last modified time | relevance | path

Searched refs:Int8PtrType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp180 Type *Int8PtrType = PointerType::getUnqual(TheModule->getContext()); in runOnFunction() local
184 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())}, in runOnFunction()
280 Type *Int8PtrType = Builder.getPtrTy(); in emitExceptionRegistrationRecord() local
301 FunctionType::get(VoidTy, Int8PtrType, /*isVarArg=*/false)); in emitExceptionRegistrationRecord()
353 FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType, in emitExceptionRegistrationRecord()
390 Type *Int8PtrType = PointerType::getUnqual(Context); in generateLSDAInEAXThunk() local
391 Type *ArgTys[5] = {Int8PtrType, Int8PtrType, Int8PtrType, Int8PtrType, in generateLSDAInEAXThunk()
392 Int8PtrType}; in generateLSDAInEAXThunk()