HomeSort by relevance Sort by last modified time
    Searched defs:TestEmulation (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/API/
SBInstruction.cpp 234 SBInstruction::TestEmulation (lldb::SBStream &output_stream, const char *test_file)
239 return m_opaque_sp->TestEmulation (output_stream.get(), test_file);
  /external/lldb/source/Core/
Disassembler.cpp 844 Instruction::TestEmulation (Stream *out_stream, const char *file_name)
851 out_stream->Printf ("Instruction::TestEmulation: Missing file_name.");
858 out_stream->Printf ("Instruction::TestEmulation: Attempt to open test file failed.");
865 out_stream->Printf ("Instruction::TestEmulation: Error reading first line of test file.\n");
872 out_stream->Printf ("Instructin::TestEmulation: Test file does not contain emulation state dictionary\n");
882 out_stream->Printf ("Instruction::TestEmulation: Error reading Dictionary Object.\n");
897 out_stream->Printf ("Instruction::TestEmulation: Test file does not contain description string.\n");
907 out_stream->Printf ("Instruction::TestEmulation: Test file does not contain triple.\n");
917 success = insn_emulator_ap->TestEmulation (out_stream, arch, data_dictionary);
    [all...]
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp     [all...]

Completed in 116 milliseconds