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

#include "llvm/BinaryFormat/MachO.h"

Collaboration diagram for llvm::MachO::arm_thread_state64_t:
Collaboration graph
[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 1795 of file MachO.h.

Member Data Documentation

◆ cpsr

uint32_t llvm::MachO::arm_thread_state64_t::cpsr

Definition at line 1801 of file MachO.h.

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

◆ fp

uint64_t llvm::MachO::arm_thread_state64_t::fp

Definition at line 1797 of file MachO.h.

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

◆ lr

uint64_t llvm::MachO::arm_thread_state64_t::lr

Definition at line 1798 of file MachO.h.

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

◆ pad

uint32_t llvm::MachO::arm_thread_state64_t::pad

Definition at line 1802 of file MachO.h.

◆ pc

uint64_t llvm::MachO::arm_thread_state64_t::pc

Definition at line 1800 of file MachO.h.

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

◆ sp

uint64_t llvm::MachO::arm_thread_state64_t::sp

Definition at line 1799 of file MachO.h.

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

◆ x

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

Definition at line 1796 of file MachO.h.

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


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