| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBInstruction.cpp | 329 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 D | SBInstruction.h | 70 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 61 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBInstruction.i | 78 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 64 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 71 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 79 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 169 virtual bool TestEmulation(Stream *stream, const char *test_file_name);
|
| H A D | EmulateInstruction.h | 370 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 822 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 D | EmulateInstructionARM.h | 138 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
| H A D | EmulateInstructionARM.cpp | 14386 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 29917 result = (bool)(arg1)->TestEmulation(*arg2,(char const *)arg3); in _wrap_SBInstruction_TestEmulation()
|