LLVM
8.0.1
|
#include "llvm/BinaryFormat/MachO.h"
Public Attributes | |
ppc_state_hdr_t | tsh |
union { | |
ppc_thread_state32_t ts32 | |
} | uts |
ppc_thread_state32_t llvm::MachO::ppc_thread_state_t::ts32 |
Definition at line 1948 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
ppc_state_hdr_t llvm::MachO::ppc_thread_state_t::tsh |
Definition at line 1946 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
union { ... } llvm::MachO::ppc_thread_state_t::uts |
Referenced by llvm::MachO::swapStruct().