Searched refs:TestEmulation (Results 1 – 11 of 11) sorted by relevance
/external/lldb/source/API/ |
D | 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()
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_instruction.py | 16 obj.TestEmulation(lldb.SBStream(), "my-file")
|
/external/lldb/include/lldb/API/ |
D | SBInstruction.h | 76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
|
/external/lldb/test/arm_emulation/ |
D | TestEmulations.py | 44 success = insn.TestEmulation (stream, filename);
|
/external/lldb/scripts/Python/interface/ |
D | SBInstruction.i | 67 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
|
/external/lldb/include/lldb/Core/ |
D | Disassembler.h | 108 TestEmulation (Stream *stream, const char *test_file_name);
|
D | EmulateInstruction.h | 409 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
|
/external/lldb/source/Core/ |
D | Disassembler.cpp | 844 Instruction::TestEmulation (Stream *out_stream, const char *file_name) in TestEmulation() function in Instruction 917 success = insn_emulator_ap->TestEmulation (out_stream, arch, data_dictionary); in TestEmulation()
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.h | 170 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
|
D | EmulateInstructionARM.cpp | 13488 EmulateInstructionARM::TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *te… in TestEmulation() function in EmulateInstructionARM
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 3096 lldb.SBInstruction.TestEmulation lldb.SBInstruction-class.html#TestEmulation
|