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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

arm_state_hdr_t tsh
 
union {
   arm_thread_state32_t   ts32
 
uts
 

Detailed Description

Definition at line 1989 of file MachO.h.

Member Data Documentation

◆ ts32

arm_thread_state32_t llvm::MachO::arm_thread_state_t::ts32

Definition at line 1992 of file MachO.h.

◆ tsh

arm_state_hdr_t llvm::MachO::arm_thread_state_t::tsh

Definition at line 1990 of file MachO.h.

◆ 

union { ... } llvm::MachO::arm_thread_state_t::uts

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