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

#include "llvm/BinaryFormat/MachO.h"

Collaboration diagram for llvm::MachO::x86_exception_state64_t:
Collaboration graph
[legend]

Public Attributes

uint16_t trapno
 
uint16_t cpu
 
uint32_t err
 
uint64_t faultvaddr
 

Detailed Description

Definition at line 1622 of file MachO.h.

Member Data Documentation

◆ cpu

uint16_t llvm::MachO::x86_exception_state64_t::cpu

Definition at line 1624 of file MachO.h.

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

◆ err

uint32_t llvm::MachO::x86_exception_state64_t::err

Definition at line 1625 of file MachO.h.

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

◆ faultvaddr

uint64_t llvm::MachO::x86_exception_state64_t::faultvaddr

Definition at line 1626 of file MachO.h.

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

◆ trapno

uint16_t llvm::MachO::x86_exception_state64_t::trapno

Definition at line 1623 of file MachO.h.

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


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