Searched refs:EmulateInstructionMIPS (Results 1 – 5 of 5) sorted by relevance
44 LLDB_PLUGIN_DEFINE_ADV(EmulateInstructionMIPS, InstructionMIPS) in LLDB_PLUGIN_DEFINE_ADV() argument63 EmulateInstructionMIPS::EmulateInstructionMIPS( in EmulateInstructionMIPS() function in EmulateInstructionMIPS188 void EmulateInstructionMIPS::Initialize() { in Initialize()193 void EmulateInstructionMIPS::Terminate() { in Terminate()197 llvm::StringRef EmulateInstructionMIPS::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()202 EmulateInstructionMIPS::CreateInstance(const ArchSpec &arch, in CreateInstance()204 if (EmulateInstructionMIPS::SupportsEmulatingInstructionsOfTypeStatic( in CreateInstance()208 return new EmulateInstructionMIPS(arch); in CreateInstance()215 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple()220 const char *EmulateInstructionMIPS::GetRegisterName(unsigned reg_num, in GetRegisterName()[all …]
31 class EmulateInstructionMIPS : public lldb_private::EmulateInstruction {63 EmulateInstructionMIPS(const lldb_private::ArchSpec &arch);93 bool (EmulateInstructionMIPS::*callback)(llvm::MCInst &insn); member
6 EmulateInstructionMIPS.cpp
69 EmulateInstructionMIPS::Initialize(); in Initialize()91 EmulateInstructionMIPS::Terminate(); in Terminate()
11 EmulateInstructionMIPS.cpp \