Searched refs:EmulateInstructionMIPS64 (Results 1 – 6 of 6) sorted by relevance
44 LLDB_PLUGIN_DEFINE_ADV(EmulateInstructionMIPS64, InstructionMIPS64) in LLDB_PLUGIN_DEFINE_ADV() argument63 EmulateInstructionMIPS64::EmulateInstructionMIPS64( in EmulateInstructionMIPS64() function in EmulateInstructionMIPS64175 void EmulateInstructionMIPS64::Initialize() { in Initialize()180 void EmulateInstructionMIPS64::Terminate() { in Terminate()184 llvm::StringRef EmulateInstructionMIPS64::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()189 EmulateInstructionMIPS64::CreateInstance(const ArchSpec &arch, in CreateInstance()191 if (EmulateInstructionMIPS64::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()195 return new EmulateInstructionMIPS64(arch); in CreateInstance()202 bool EmulateInstructionMIPS64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple()207 const char *EmulateInstructionMIPS64::GetRegisterName(unsigned reg_num, in GetRegisterName()[all …]
27 class EmulateInstructionMIPS64 : public lldb_private::EmulateInstruction {29 EmulateInstructionMIPS64(const lldb_private::ArchSpec &arch);85 bool (EmulateInstructionMIPS64::*callback)(llvm::MCInst &insn); member
6 EmulateInstructionMIPS64.cpp
72 EmulateInstructionMIPS64::Initialize(); in Initialize()94 EmulateInstructionMIPS64::Terminate(); in Terminate()
12 EmulateInstructionMIPS64.cpp \
4163 lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h