LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachO::x86_exception_state_t Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

x86_state_hdr_t esh
 
union {
   x86_exception_state64_t   es64
 
ues
 

Detailed Description

Definition at line 1885 of file MachO.h.

Member Data Documentation

◆ es64

x86_exception_state64_t llvm::MachO::x86_exception_state_t::es64

Definition at line 1888 of file MachO.h.

◆ esh

x86_state_hdr_t llvm::MachO::x86_exception_state_t::esh

Definition at line 1886 of file MachO.h.

◆ 

union { ... } llvm::MachO::x86_exception_state_t::ues

The documentation for this struct was generated from the following file: