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

#include "llvm/BinaryFormat/MachO.h"

Collaboration diagram for llvm::MachO::x86_thread_state_t:
Collaboration graph
[legend]

Public Attributes

x86_state_hdr_t tsh
 
union {
   x86_thread_state64_t   ts64
 
   x86_thread_state32_t   ts32
 
uts
 

Detailed Description

Definition at line 1701 of file MachO.h.

Member Data Documentation

◆ ts32

x86_thread_state32_t llvm::MachO::x86_thread_state_t::ts32

Definition at line 1705 of file MachO.h.

◆ ts64

x86_thread_state64_t llvm::MachO::x86_thread_state_t::ts64

Definition at line 1704 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ tsh

x86_state_hdr_t llvm::MachO::x86_thread_state_t::tsh

Definition at line 1702 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ uts

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

Referenced by llvm::MachO::swapStruct().


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