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

#include <MachO.h>

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

Public Attributes

uint16_t trapno
 
uint16_t cpu
 
uint32_t err
 
uint64_t faultvaddr
 

Detailed Description

Definition at line 1595 of file Support/MachO.h.

Member Data Documentation

uint16_t llvm::MachO::x86_exception_state64_t::cpu

Definition at line 1597 of file Support/MachO.h.

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

uint32_t llvm::MachO::x86_exception_state64_t::err

Definition at line 1598 of file Support/MachO.h.

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

uint64_t llvm::MachO::x86_exception_state64_t::faultvaddr

Definition at line 1599 of file Support/MachO.h.

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

uint16_t llvm::MachO::x86_exception_state64_t::trapno

Definition at line 1596 of file Support/MachO.h.

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


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