Home
last modified time | relevance | path

Searched refs:TestEmulation (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h60 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBInstruction.h72 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBInstruction.i81 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBInstruction.cpp338 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() function in SBInstruction
348 return inst_sp->TestEmulation(output_stream.get(), test_file); in TestEmulation()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h63 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h70 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h78 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DEmulateInstruction.h378 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
DDisassembler.h186 virtual bool TestEmulation(Stream *stream, const char *test_file_name);
/openbsd/src/gnu/llvm/lldb/source/Core/
DDisassembler.cpp857 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { in TestEmulation() function in Instruction
930 insn_emulator_up->TestEmulation(out_stream, arch, data_dictionary); in TestEmulation()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h136 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
DEmulateInstructionARM.cpp14349 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM