Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp266 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() function in SBInstruction
274 return inst_sp->TestEmulation(output_stream.get(), test_file); in TestEmulation()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBInstruction.h65 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h62 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h65 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h72 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h77 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h387 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
H A DDisassembler.h191 virtual bool TestEmulation(Stream *stream, const char *test_file_name);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h139 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
H A DEmulateInstructionARM.cpp14430 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp927 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { in TestEmulation() function in Instruction
1000 insn_emulator_ap->TestEmulation(out_stream, arch, data_dictionary); in TestEmulation()