Searched refs:TestEmulation (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBInstruction.cpp | 266 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() function in SBInstruction 274 return inst_sp->TestEmulation(output_stream.get(), test_file); in TestEmulation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBInstruction.h | 65 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 62 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 65 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 72 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 77 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 387 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
| H A D | Disassembler.h | 191 virtual bool TestEmulation(Stream *stream, const char *test_file_name);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 139 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
| H A D | EmulateInstructionARM.cpp | 14430 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Disassembler.cpp | 927 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { in TestEmulation() function in Instruction 1000 insn_emulator_ap->TestEmulation(out_stream, arch, data_dictionary); in TestEmulation()
|