LLDB mainline
Public Attributes | List of all members
EmulateInstructionMIPS::MipsOpcode Struct Reference

#include <EmulateInstructionMIPS.h>

Public Attributes

const char * op_name
 
bool(EmulateInstructionMIPS::* callback )(llvm::MCInst &insn)
 
const char * insn_name
 

Detailed Description

Definition at line 91 of file EmulateInstructionMIPS.h.

Member Data Documentation

◆ callback

bool(EmulateInstructionMIPS::* EmulateInstructionMIPS::MipsOpcode::callback) (llvm::MCInst &insn)

◆ insn_name

const char* EmulateInstructionMIPS::MipsOpcode::insn_name

Definition at line 94 of file EmulateInstructionMIPS.h.

◆ op_name

const char* EmulateInstructionMIPS::MipsOpcode::op_name

Definition at line 92 of file EmulateInstructionMIPS.h.


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