Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBInstruction.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()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBInstruction.h76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDDisassembler.h108 TestEmulation (Stream *stream, const char *test_file_name);
HDEmulateInstruction.h409 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDisassembler.cpp845 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/
HDEmulateInstructionARM.h170 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
HDEmulateInstructionARM.cpp13516 EmulateInstructionARM::TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *te… in TestEmulation() function in EmulateInstructionARM