Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBInstruction.cpp234 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/
Dsb_instruction.py16 obj.TestEmulation(lldb.SBStream(), "my-file")
/external/lldb/include/lldb/API/
DSBInstruction.h76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/external/lldb/test/arm_emulation/
DTestEmulations.py44 success = insn.TestEmulation (stream, filename);
/external/lldb/scripts/Python/interface/
DSBInstruction.i67 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/external/lldb/include/lldb/Core/
DDisassembler.h108 TestEmulation (Stream *stream, const char *test_file_name);
DEmulateInstruction.h409 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
/external/lldb/source/Core/
DDisassembler.cpp844 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/
DEmulateInstructionARM.h170 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
DEmulateInstructionARM.cpp13488 EmulateInstructionARM::TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *te… in TestEmulation() function in EmulateInstructionARM
/external/lldb/www/python_reference/
Dapi-objects.txt3096 lldb.SBInstruction.TestEmulation lldb.SBInstruction-class.html#TestEmulation