LLVM 22.0.0git
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 1988 of file MachO.h.

Member Data Documentation

◆ cpsr

uint32_t llvm::MachO::arm_thread_state32_t::cpsr

Definition at line 1993 of file MachO.h.

◆ lr

uint32_t llvm::MachO::arm_thread_state32_t::lr

Definition at line 1991 of file MachO.h.

◆ pc

uint32_t llvm::MachO::arm_thread_state32_t::pc

Definition at line 1992 of file MachO.h.

◆ r

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

Definition at line 1989 of file MachO.h.

◆ sp

uint32_t llvm::MachO::arm_thread_state32_t::sp

Definition at line 1990 of file MachO.h.


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