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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

x86_state_hdr_t tsh
 
union {
   x86_thread_state64_t   ts64
 
   x86_thread_state32_t   ts32
 
uts
 

Detailed Description

Definition at line 1870 of file MachO.h.

Member Data Documentation

◆ ts32

x86_thread_state32_t llvm::MachO::x86_thread_state_t::ts32

Definition at line 1874 of file MachO.h.

◆ ts64

x86_thread_state64_t llvm::MachO::x86_thread_state_t::ts64

Definition at line 1873 of file MachO.h.

◆ tsh

x86_state_hdr_t llvm::MachO::x86_thread_state_t::tsh

Definition at line 1871 of file MachO.h.

◆ 

union { ... } llvm::MachO::x86_thread_state_t::uts

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