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

#include "llvm/BinaryFormat/MachO.h"

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 1964 of file MachO.h.

Member Data Documentation

◆ cpsr

uint32_t llvm::MachO::arm_thread_state64_t::cpsr

Definition at line 1970 of file MachO.h.

◆ fp

uint64_t llvm::MachO::arm_thread_state64_t::fp

Definition at line 1966 of file MachO.h.

◆ lr

uint64_t llvm::MachO::arm_thread_state64_t::lr

Definition at line 1967 of file MachO.h.

◆ pad

uint32_t llvm::MachO::arm_thread_state64_t::pad

Definition at line 1971 of file MachO.h.

◆ pc

uint64_t llvm::MachO::arm_thread_state64_t::pc

Definition at line 1969 of file MachO.h.

◆ sp

uint64_t llvm::MachO::arm_thread_state64_t::sp

Definition at line 1968 of file MachO.h.

◆ x

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

Definition at line 1965 of file MachO.h.


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