LLVM  4.0.0
Public Attributes | List of all members
llvm::MachO::ppc_thread_state_t Struct Reference

#include <MachO.h>

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

Public Attributes

ppc_state_hdr_t tsh
 
union {
   ppc_thread_state32_t   ts32
 
uts
 

Detailed Description

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

Member Data Documentation

ppc_thread_state32_t llvm::MachO::ppc_thread_state_t::ts32

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

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

ppc_state_hdr_t llvm::MachO::ppc_thread_state_t::tsh

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

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

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

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


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