Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h74 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h60 bool TestEmulation(Stream &out_stream, ArchSpec &arch, in TestEmulation() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp338 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() function in SBInstruction
348 return inst_sp->TestEmulation(output_stream.ref(), test_file); in TestEmulation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h64 bool TestEmulation(Stream &out_stream, ArchSpec &arch,
H A DEmulateInstructionRISCV.cpp1751 bool EmulateInstructionRISCV::TestEmulation(Stream &out_stream, ArchSpec &arch, in TestEmulation() function in lldb_private::EmulateInstructionRISCV
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h55 bool TestEmulation(Stream &out_stream, ArchSpec &arch,
H A DEmulateInstructionLoongArch.cpp189 bool EmulateInstructionLoongArch::TestEmulation( in TestEmulation() function in lldb_private::EmulateInstructionLoongArch
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h63 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h70 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h78 bool TestEmulation(lldb_private::Stream &out_stream, in TestEmulation() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h378 virtual bool TestEmulation(Stream &out_stream, ArchSpec &arch,
H A DDisassembler.h188 virtual bool TestEmulation(Stream &stream, const char *test_file_name);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp863 bool Instruction::TestEmulation(Stream &out_stream, const char *file_name) { in TestEmulation() function in Instruction
934 insn_emulator_up->TestEmulation(out_stream, arch, data_dictionary); in TestEmulation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h135 bool TestEmulation(Stream &out_stream, ArchSpec &arch,
H A DEmulateInstructionARM.cpp14349 bool EmulateInstructionARM::TestEmulation(Stream &out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32381 result = (bool)(arg1)->TestEmulation(*arg2,(char const *)arg3); in _wrap_SBInstruction_TestEmulation()