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

Member Data Documentation

◆ cpu

uint16_t llvm::MachO::x86_exception_state64_t::cpu

Definition at line 1834 of file MachO.h.

◆ err

uint32_t llvm::MachO::x86_exception_state64_t::err

Definition at line 1835 of file MachO.h.

◆ faultvaddr

uint64_t llvm::MachO::x86_exception_state64_t::faultvaddr

Definition at line 1836 of file MachO.h.

◆ trapno

uint16_t llvm::MachO::x86_exception_state64_t::trapno

Definition at line 1833 of file MachO.h.


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