Home
last modified time | relevance | path

Searched defs:TestEmulation (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h59 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h69 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h77 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBInstruction.cpp319 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() function in SBInstruction
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h62 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp857 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { in TestEmulation() function in Instruction
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14379 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM