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

#include "llvm/BinaryFormat/MachO.h"

Collaboration diagram for llvm::MachO::x86_thread_state64_t:
Collaboration graph
[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 1522 of file MachO.h.

Member Data Documentation

◆ cs

uint64_t llvm::MachO::x86_thread_state64_t::cs

Definition at line 1541 of file MachO.h.

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

◆ fs

uint64_t llvm::MachO::x86_thread_state64_t::fs

Definition at line 1542 of file MachO.h.

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

◆ gs

uint64_t llvm::MachO::x86_thread_state64_t::gs

Definition at line 1543 of file MachO.h.

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

◆ r10

uint64_t llvm::MachO::x86_thread_state64_t::r10

Definition at line 1533 of file MachO.h.

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

◆ r11

uint64_t llvm::MachO::x86_thread_state64_t::r11

Definition at line 1534 of file MachO.h.

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

◆ r12

uint64_t llvm::MachO::x86_thread_state64_t::r12

Definition at line 1535 of file MachO.h.

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

◆ r13

uint64_t llvm::MachO::x86_thread_state64_t::r13

Definition at line 1536 of file MachO.h.

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

◆ r14

uint64_t llvm::MachO::x86_thread_state64_t::r14

Definition at line 1537 of file MachO.h.

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

◆ r15

uint64_t llvm::MachO::x86_thread_state64_t::r15

Definition at line 1538 of file MachO.h.

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

◆ r8

uint64_t llvm::MachO::x86_thread_state64_t::r8

Definition at line 1531 of file MachO.h.

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

◆ r9

uint64_t llvm::MachO::x86_thread_state64_t::r9

Definition at line 1532 of file MachO.h.

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

◆ rax

uint64_t llvm::MachO::x86_thread_state64_t::rax

Definition at line 1523 of file MachO.h.

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

◆ rbp

uint64_t llvm::MachO::x86_thread_state64_t::rbp

Definition at line 1529 of file MachO.h.

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

◆ rbx

uint64_t llvm::MachO::x86_thread_state64_t::rbx

Definition at line 1524 of file MachO.h.

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

◆ rcx

uint64_t llvm::MachO::x86_thread_state64_t::rcx

Definition at line 1525 of file MachO.h.

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

◆ rdi

uint64_t llvm::MachO::x86_thread_state64_t::rdi

Definition at line 1527 of file MachO.h.

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

◆ rdx

uint64_t llvm::MachO::x86_thread_state64_t::rdx

Definition at line 1526 of file MachO.h.

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

◆ rflags

uint64_t llvm::MachO::x86_thread_state64_t::rflags

Definition at line 1540 of file MachO.h.

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

◆ rip

uint64_t llvm::MachO::x86_thread_state64_t::rip

Definition at line 1539 of file MachO.h.

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

◆ rsi

uint64_t llvm::MachO::x86_thread_state64_t::rsi

Definition at line 1528 of file MachO.h.

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

◆ rsp

uint64_t llvm::MachO::x86_thread_state64_t::rsp

Definition at line 1530 of file MachO.h.

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


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