LLVM  3.7.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 1422 of file Support/MachO.h.

Member Data Documentation

uint64_t llvm::MachO::x86_thread_state64_t::cs

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

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

uint64_t llvm::MachO::x86_thread_state64_t::fs

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

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

uint64_t llvm::MachO::x86_thread_state64_t::gs

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r10

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r11

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r12

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r13

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r14

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r15

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r8

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

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

uint64_t llvm::MachO::x86_thread_state64_t::r9

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rax

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rbp

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rbx

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rcx

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rdi

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rdx

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rflags

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rip

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rsi

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

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

uint64_t llvm::MachO::x86_thread_state64_t::rsp

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

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


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