Searched refs:m_asm_info (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h177 std::unique_ptr<llvm::MCAsmInfo> m_asm_info; member in class:EmulateInstructionMIPS64
H A DEmulateInstructionMIPS64.cpp158 m_asm_info.reset(
162 assert(m_asm_info.get() && m_subtype_info.get());
165 new llvm::MCContext(m_asm_info.get(), m_reg_info.get(), nullptr));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h214 std::unique_ptr<llvm::MCAsmInfo> m_asm_info; member in class:EmulateInstructionMIPS
H A DEmulateInstructionMIPS.cpp154 m_asm_info.reset(
158 assert(m_asm_info.get() && m_subtype_info.get());
161 new llvm::MCContext(m_asm_info.get(), m_reg_info.get(), nullptr));

Completed in 122 milliseconds