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

#include "llvm/BinaryFormat/MachO.h"

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

Public Attributes

ppc_state_hdr_t tsh
 
union {
   ppc_thread_state32_t   ts32
 
uts
 

Detailed Description

Definition at line 1945 of file MachO.h.

Member Data Documentation

◆ ts32

ppc_thread_state32_t llvm::MachO::ppc_thread_state_t::ts32

Definition at line 1948 of file MachO.h.

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

◆ tsh

ppc_state_hdr_t llvm::MachO::ppc_thread_state_t::tsh

Definition at line 1946 of file MachO.h.

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

◆ uts

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

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


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