Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_instruction.py19 obj.TestEmulation(lldb.SBStream(), "my-file")
/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h74 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h60 bool TestEmulation(Stream &out_stream, ArchSpec &arch, in TestEmulation() function
/llvm-project/lldb/test/API/arm/emulation/
H A DTestEmulations.py42 success = insn.TestEmulation(stream, filename)
/llvm-project/lldb/source/API/
H A DSBInstruction.cpp338 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() function in SBInstruction
348 return inst_sp->TestEmulation(output_stream.ref(), test_file); in TestEmulation()
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h65 bool TestEmulation(Stream &out_stream, ArchSpec &arch,
H A DEmulateInstructionRISCV.cpp1766 bool EmulateInstructionRISCV::TestEmulation(Stream &out_stream, ArchSpec &arch, in CreateInstance()
1751 bool EmulateInstructionRISCV::TestEmulation(Stream &out_stream, ArchSpec &arch, TestEmulation() function in lldb_private::EmulateInstructionRISCV
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h55 bool TestEmulation(Stream &out_stream, ArchSpec &arch,
H A DEmulateInstructionLoongArch.cpp189 bool EmulateInstructionLoongArch::TestEmulation( in TestEmulation() function in lldb_private::EmulateInstructionLoongArch
/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h63 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation() function
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h70 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation() function
/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h78 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation() function
/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h380 virtual bool TestEmulation(Stream &out_stream, ArchSpec &arch,
H A DDisassembler.h188 virtual bool TestEmulation(Stream &stream, const char *test_file_name);
/llvm-project/lldb/source/Core/
H A DDisassembler.cpp877 bool Instruction::TestEmulation(Stream &out_stream, const char *file_name) { in TestEmulation()
879 out_stream.Printf("Instruction::TestEmulation: Missing file_name."); in TestEmulation()
885 "Instruction::TestEmulation: Attempt to open test file failed."); in TestEmulation()
892 "Instruction::TestEmulation: Error reading first line of test file.\n"); in TestEmulation()
898 out_stream.Printf("Instructin::TestEmulation: Test file does not contain " in TestEmulation()
910 "Instruction::TestEmulation: Error reading Dictionary Object.\n"); in TestEmulation()
925 out_stream.Printf("Instruction::TestEmulation: Test file does not " in TestEmulation()
935 "Instruction::TestEmulation: Test file does not contain triple.\n"); in TestEmulation()
948 insn_emulator_up->TestEmulation(out_stream, arch, data_dictionary); in Emulate()
863 bool Instruction::TestEmulation(Stream &out_stream, const char *file_name) { TestEmulation() function in Instruction
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h135 bool TestEmulation(Stream &out_stream, ArchSpec &arch,
H A DEmulateInstructionARM.cpp14349 bool EmulateInstructionARM::TestEmulation(Stream &out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM