LLVM 22.0.0git
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 1911 of file MachO.h.

Member Data Documentation

◆ ts32

x86_thread_state32_t llvm::MachO::x86_thread_state_t::ts32

Definition at line 1915 of file MachO.h.

◆ ts64

x86_thread_state64_t llvm::MachO::x86_thread_state_t::ts64

Definition at line 1914 of file MachO.h.

◆ tsh

x86_state_hdr_t llvm::MachO::x86_thread_state_t::tsh

Definition at line 1912 of file MachO.h.

◆ [union]

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

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