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

#include <MachO.h>

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

Public Attributes

x86_state_hdr_t tsh
 
union {
   x86_thread_state64_t   ts64
 
uts
 

Detailed Description

Definition at line 1604 of file Support/MachO.h.

Member Data Documentation

x86_thread_state64_t llvm::MachO::x86_thread_state_t::ts64

Definition at line 1607 of file Support/MachO.h.

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

x86_state_hdr_t llvm::MachO::x86_thread_state_t::tsh

Definition at line 1605 of file Support/MachO.h.

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

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

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


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