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

#include <EmulateInstructionMIPS64.h>

Public Attributes

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

Detailed Description

Definition at line 83 of file EmulateInstructionMIPS64.h.

Member Data Documentation

◆ callback

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

◆ insn_name

const char* EmulateInstructionMIPS64::MipsOpcode::insn_name

Definition at line 86 of file EmulateInstructionMIPS64.h.

◆ op_name

const char* EmulateInstructionMIPS64::MipsOpcode::op_name

Definition at line 84 of file EmulateInstructionMIPS64.h.


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