Home
last modified time | relevance | path

Searched defs:EmulateInstruction (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp74 EmulateInstruction::EmulateInstruction(const ArchSpec &arch) : m_arch(arch) {} in EmulateInstruction() function in EmulateInstruction
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-forward.h78 class EmulateInstruction; variable