Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_instruction.py19 obj.TestEmulation(lldb.SBStream(), "my-file")
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBInstruction.h70 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h59 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function
/llvm-project-15.0.7/lldb/test/API/arm/emulation/
H A DTestEmulations.py46 success = insn.TestEmulation(stream, filename)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBInstruction.i78 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/llvm-project-15.0.7/lldb/source/API/
H A DSBInstruction.cpp319 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() function in SBInstruction
329 return inst_sp->TestEmulation(output_stream.get(), test_file); in TestEmulation()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h62 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h69 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h77 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h370 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
H A DDisassembler.h186 virtual bool TestEmulation(Stream *stream, const char *test_file_name);
/llvm-project-15.0.7/lldb/source/Core/
H A 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()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h135 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
H A DEmulateInstructionARM.cpp14379 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM