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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint16_t trapno
 
uint16_t cpu
 
uint32_t err
 
uint64_t faultvaddr
 

Detailed Description

Definition at line 1791 of file MachO.h.

Member Data Documentation

◆ cpu

uint16_t llvm::MachO::x86_exception_state64_t::cpu

Definition at line 1793 of file MachO.h.

◆ err

uint32_t llvm::MachO::x86_exception_state64_t::err

Definition at line 1794 of file MachO.h.

◆ faultvaddr

uint64_t llvm::MachO::x86_exception_state64_t::faultvaddr

Definition at line 1795 of file MachO.h.

◆ trapno

uint16_t llvm::MachO::x86_exception_state64_t::trapno

Definition at line 1792 of file MachO.h.


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