Home
last modified time | relevance | path

Searched refs:EmulateInstructionMIPS (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp44 LLDB_PLUGIN_DEFINE_ADV(EmulateInstructionMIPS, InstructionMIPS) in LLDB_PLUGIN_DEFINE_ADV() argument
63 EmulateInstructionMIPS::EmulateInstructionMIPS( in EmulateInstructionMIPS() function in EmulateInstructionMIPS
188 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 …]
H A DEmulateInstructionMIPS.h31 class EmulateInstructionMIPS : public lldb_private::EmulateInstruction {
63 EmulateInstructionMIPS(const lldb_private::ArchSpec &arch);
93 bool (EmulateInstructionMIPS::*callback)(llvm::MCInst &insn); member
H A DCMakeLists.txt6 EmulateInstructionMIPS.cpp
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DSystemInitializerLLGS.cpp69 EmulateInstructionMIPS::Initialize(); in Initialize()
91 EmulateInstructionMIPS::Terminate(); in Terminate()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginInstruction/
H A DMakefile11 EmulateInstructionMIPS.cpp \