Home
last modified time | relevance | path

Searched refs:EmulateInstructionMIPS64 (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp44 LLDB_PLUGIN_DEFINE_ADV(EmulateInstructionMIPS64, InstructionMIPS64) in LLDB_PLUGIN_DEFINE_ADV() argument
63 EmulateInstructionMIPS64::EmulateInstructionMIPS64( in EmulateInstructionMIPS64() function in EmulateInstructionMIPS64
175 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 …]
H A DEmulateInstructionMIPS64.h27 class EmulateInstructionMIPS64 : public lldb_private::EmulateInstruction {
29 EmulateInstructionMIPS64(const lldb_private::ArchSpec &arch);
85 bool (EmulateInstructionMIPS64::*callback)(llvm::MCInst &insn); member
H A DCMakeLists.txt6 EmulateInstructionMIPS64.cpp
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DSystemInitializerLLGS.cpp72 EmulateInstructionMIPS64::Initialize(); in Initialize()
94 EmulateInstructionMIPS64::Terminate(); in Terminate()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginInstruction/
H A DMakefile12 EmulateInstructionMIPS64.cpp \
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4163 lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h