Home
last modified time | relevance | path

Searched refs:m_alt_subtype_info (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h211 std::unique_ptr<llvm::MCSubtargetInfo> m_alt_subtype_info; variable
H A DEmulateInstructionMIPS.cpp176 m_alt_subtype_info.reset( in EmulateInstructionMIPS()
178 assert(m_alt_subtype_info.get()); in EmulateInstructionMIPS()
181 target->createMCDisassembler(*m_alt_subtype_info, *m_context)); in EmulateInstructionMIPS()