Searched refs:TestEmulation (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBInstruction.cpp | 234 SBInstruction::TestEmulation (lldb::SBStream &output_stream, const char *test_file) in TestEmulation() function in SBInstruction 239 return m_opaque_sp->TestEmulation (output_stream.get(), test_file); in TestEmulation()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBInstruction.h | 76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Disassembler.h | 108 TestEmulation (Stream *stream, const char *test_file_name);
|
| HD | EmulateInstruction.h | 409 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | Disassembler.cpp | 845 Instruction::TestEmulation (Stream *out_stream, const char *file_name) in TestEmulation() function in Instruction 918 success = insn_emulator_ap->TestEmulation (out_stream, arch, data_dictionary); in TestEmulation()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| HD | EmulateInstructionARM.h | 170 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
|
| HD | EmulateInstructionARM.cpp | 13516 EmulateInstructionARM::TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *te… in TestEmulation() function in EmulateInstructionARM
|