/openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBInstruction.h | 72 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/ |
H A D | EmulateInstructionPPC64.h | 60 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function
|
/openbsd-src/gnu/llvm/lldb/bindings/interface/ |
H A D | SBInstruction.i | 81 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBInstruction.cpp | 338 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() function in SBInstruction 348 return inst_sp->TestEmulation(output_stream.get(), test_file); in TestEmulation()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.h | 64 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
H A D | EmulateInstructionRISCV.cpp | 1751 bool EmulateInstructionRISCV::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in lldb_private::EmulateInstructionRISCV
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.h | 55 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
H A D | EmulateInstructionLoongArch.cpp | 189 bool EmulateInstructionLoongArch::TestEmulation( in TestEmulation() function in lldb_private::EmulateInstructionLoongArch
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 63 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.h | 70 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.h | 78 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | EmulateInstruction.h | 378 virtual bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
H A D | Disassembler.h | 186 virtual bool TestEmulation(Stream *stream, const char *test_file_name);
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | Disassembler.cpp | 857 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { in TestEmulation() function in Instruction 930 insn_emulator_up->TestEmulation(out_stream, arch, data_dictionary); in TestEmulation()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.h | 136 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
|
H A D | EmulateInstructionARM.cpp | 14349 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM
|