Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp329 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() function in SBInstruction
331 LLDB_RECORD_METHOD(bool, SBInstruction, TestEmulation, in TestEmulation()
341 return inst_sp->TestEmulation(output_stream.get(), test_file); in TestEmulation()
378 LLDB_REGISTER_METHOD(bool, SBInstruction, TestEmulation, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h70 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h61 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstruction.i78 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h64 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h71 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h79 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h169 virtual bool TestEmulation(Stream *stream, const char *test_file_name);
H A DEmulateInstruction.h370 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp822 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { in TestEmulation() function in Instruction
895 insn_emulator_up->TestEmulation(out_stream, arch, data_dictionary); in TestEmulation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h138 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
H A DEmulateInstructionARM.cpp14386 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29917 result = (bool)(arg1)->TestEmulation(*arg2,(char const *)arg3); in _wrap_SBInstruction_TestEmulation()