LLDB mainline
Public Attributes | List of all members
lldb_private::EmulateInstructionPPC64::Opcode Struct Reference

Public Attributes

uint32_t mask
 
uint32_t value
 
bool(EmulateInstructionPPC64::* callback )(uint32_t opcode)
 
const char * name
 

Detailed Description

Definition at line 71 of file EmulateInstructionPPC64.h.

Member Data Documentation

◆ callback

bool(EmulateInstructionPPC64::* lldb_private::EmulateInstructionPPC64::Opcode::callback) (uint32_t opcode)

◆ mask

uint32_t lldb_private::EmulateInstructionPPC64::Opcode::mask

Definition at line 72 of file EmulateInstructionPPC64.h.

◆ name

const char* lldb_private::EmulateInstructionPPC64::Opcode::name

Definition at line 75 of file EmulateInstructionPPC64.h.

◆ value

uint32_t lldb_private::EmulateInstructionPPC64::Opcode::value

Definition at line 73 of file EmulateInstructionPPC64.h.


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