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

Public Attributes

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

Detailed Description

Definition at line 66 of file EmulateInstructionLoongArch.h.

Member Data Documentation

◆ callback

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

◆ mask

uint32_t lldb_private::EmulateInstructionLoongArch::Opcode::mask

Definition at line 67 of file EmulateInstructionLoongArch.h.

◆ name

const char* lldb_private::EmulateInstructionLoongArch::Opcode::name

Definition at line 70 of file EmulateInstructionLoongArch.h.

◆ value

uint32_t lldb_private::EmulateInstructionLoongArch::Opcode::value

Definition at line 68 of file EmulateInstructionLoongArch.h.


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