Home
last modified time | relevance | path

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

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