|
LLVM
8.0.1
|
#include "llvm/BinaryFormat/MachO.h"

Public Attributes | |
| x86_state_hdr_t | tsh |
| union { | |
| x86_thread_state64_t ts64 | |
| x86_thread_state32_t ts32 | |
| } | uts |
| x86_thread_state32_t llvm::MachO::x86_thread_state_t::ts32 |
| x86_thread_state64_t llvm::MachO::x86_thread_state_t::ts64 |
Definition at line 1704 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
| x86_state_hdr_t llvm::MachO::x86_thread_state_t::tsh |
Definition at line 1702 of file MachO.h.
Referenced by llvm::MachO::swapStruct().
| union { ... } llvm::MachO::x86_thread_state_t::uts |
Referenced by llvm::MachO::swapStruct().
1.8.13