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

#include <MachO.h>

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

Public Attributes

uint32_t r [13]
 
uint32_t sp
 
uint32_t lr
 
uint32_t pc
 
uint32_t cpsr
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::arm_thread_state32_t::cpsr

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

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

uint32_t llvm::MachO::arm_thread_state32_t::lr

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

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

uint32_t llvm::MachO::arm_thread_state32_t::pc

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

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

uint32_t llvm::MachO::arm_thread_state32_t::r[13]

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

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

uint32_t llvm::MachO::arm_thread_state32_t::sp

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

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


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