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

#include "llvm/BinaryFormat/MachO.h"

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

Public Attributes

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

Detailed Description

Definition at line 1778 of file MachO.h.

Member Data Documentation

◆ cpsr

uint32_t llvm::MachO::arm_thread_state32_t::cpsr

Definition at line 1783 of file MachO.h.

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

◆ lr

uint32_t llvm::MachO::arm_thread_state32_t::lr

Definition at line 1781 of file MachO.h.

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

◆ pc

uint32_t llvm::MachO::arm_thread_state32_t::pc

Definition at line 1782 of file MachO.h.

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

◆ r

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

Definition at line 1779 of file MachO.h.

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

◆ sp

uint32_t llvm::MachO::arm_thread_state32_t::sp

Definition at line 1780 of file MachO.h.

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


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