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

#include <MachO.h>

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

Public Attributes

uint64_t x [29]
 
uint64_t fp
 
uint64_t lr
 
uint64_t sp
 
uint64_t pc
 
uint32_t cpsr
 
uint32_t pad
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::arm_thread_state64_t::cpsr

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

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

uint64_t llvm::MachO::arm_thread_state64_t::fp

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

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

uint64_t llvm::MachO::arm_thread_state64_t::lr

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

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

uint32_t llvm::MachO::arm_thread_state64_t::pad

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

uint64_t llvm::MachO::arm_thread_state64_t::pc

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

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

uint64_t llvm::MachO::arm_thread_state64_t::sp

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

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

uint64_t llvm::MachO::arm_thread_state64_t::x[29]

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

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


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