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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

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

Detailed Description

Definition at line 1947 of file MachO.h.

Member Data Documentation

◆ cpsr

uint32_t llvm::MachO::arm_thread_state32_t::cpsr

Definition at line 1952 of file MachO.h.

◆ lr

uint32_t llvm::MachO::arm_thread_state32_t::lr

Definition at line 1950 of file MachO.h.

◆ pc

uint32_t llvm::MachO::arm_thread_state32_t::pc

Definition at line 1951 of file MachO.h.

◆ r

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

Definition at line 1948 of file MachO.h.

◆ sp

uint32_t llvm::MachO::arm_thread_state32_t::sp

Definition at line 1949 of file MachO.h.


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