Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.h176 std::unique_ptr<llvm::MCAsmInfo> m_asm_info; variable
HDEmulateInstructionMIPS64.cpp161 m_asm_info.reset( in EmulateInstructionMIPS64()
165 assert(m_asm_info.get() && m_subtype_info.get()); in EmulateInstructionMIPS64()
168 triple, m_asm_info.get(), m_reg_info.get(), m_subtype_info.get()); in EmulateInstructionMIPS64()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h213 std::unique_ptr<llvm::MCAsmInfo> m_asm_info; variable
HDEmulateInstructionMIPS.cpp157 m_asm_info.reset( in EmulateInstructionMIPS()
161 assert(m_asm_info.get() && m_subtype_info.get()); in EmulateInstructionMIPS()
164 triple, m_asm_info.get(), m_reg_info.get(), m_subtype_info.get()); in EmulateInstructionMIPS()