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

#include <MachO.h>

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

Public Attributes

uint64_t rax
 
uint64_t rbx
 
uint64_t rcx
 
uint64_t rdx
 
uint64_t rdi
 
uint64_t rsi
 
uint64_t rbp
 
uint64_t rsp
 
uint64_t r8
 
uint64_t r9
 
uint64_t r10
 
uint64_t r11
 
uint64_t r12
 
uint64_t r13
 
uint64_t r14
 
uint64_t r15
 
uint64_t rip
 
uint64_t rflags
 
uint64_t cs
 
uint64_t fs
 
uint64_t gs
 

Detailed Description

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

Member Data Documentation

uint64_t llvm::MachO::x86_thread_state64_t::cs

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

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

uint64_t llvm::MachO::x86_thread_state64_t::fs

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

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

uint64_t llvm::MachO::x86_thread_state64_t::gs

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r10

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r11

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r12

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r13

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r14

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r15

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r8

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r9

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rax

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rbp

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rbx

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rcx

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rdi

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rdx

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rflags

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rip

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rsi

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rsp

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

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


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