| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_instruction.py | 19 obj.TestEmulation(lldb.SBStream(), "my-file")
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBInstruction.h | 70 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 59 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function
|
| /llvm-project-15.0.7/lldb/test/API/arm/emulation/ |
| H A D | TestEmulations.py | 46 success = insn.TestEmulation(stream, filename)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBInstruction.i | 78 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBInstruction.cpp | 319 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 D | EmulateInstructionARM64.h | 62 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 69 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 77 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 370 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
| H A D | Disassembler.h | 186 virtual bool TestEmulation(Stream *stream, const char *test_file_name);
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Disassembler.cpp | 857 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 D | EmulateInstructionARM.h | 135 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
| H A D | EmulateInstructionARM.cpp | 14379 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM
|