OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestEmulation
(Results
1 - 10
of
10
) sorted by null
/external/lldb/test/python_api/default-constructor/
sb_instruction.py
16
obj.
TestEmulation
(lldb.SBStream(), "my-file")
/external/lldb/include/lldb/API/
SBInstruction.h
76
TestEmulation
(lldb::SBStream &output_stream, const char *test_file);
/external/lldb/scripts/Python/interface/
SBInstruction.i
67
TestEmulation
(lldb::SBStream &output_stream, const char *test_file);
/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/test/arm_emulation/
TestEmulations.py
44
success = insn.
TestEmulation
(stream, filename);
/external/lldb/include/lldb/Core/
Disassembler.h
108
TestEmulation
(Stream *stream, const char *test_file_name);
EmulateInstruction.h
409
TestEmulation
(Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
/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.h
170
TestEmulation
(Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
EmulateInstructionARM.cpp
[
all
...]
Completed in 377 milliseconds