Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h61 bool TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h71 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h79 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/external/llvm-project/lldb/source/API/
DSBInstruction.cpp329 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() function in SBInstruction
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h64 bool TestEmulation(lldb_private::Stream *out_stream, in TestEmulation() function
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp824 bool Instruction::TestEmulation(Stream *out_stream, const char *file_name) { in TestEmulation() function in Instruction
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp14386 bool EmulateInstructionARM::TestEmulation(Stream *out_stream, ArchSpec &arch, in TestEmulation() function in EmulateInstructionARM