Searched refs:m_pAbiInfo (Results 1 – 2 of 2) sorted by relevance
185 if (m_pAbiInfo.hasValue()) in doPreLayout()186 m_pAbiFlags->setSize(m_pAbiInfo->size()); in doPreLayout()278 if (&pSection == m_pAbiFlags && m_pAbiInfo.hasValue()) in emitSectionData()279 return MipsAbiFlags::emit(*m_pAbiInfo, pRegion); in emitSectionData()1188 m_pAbiInfo = abiFlags; in preMergeSections()
243 llvm::Optional<MipsAbiFlags> m_pAbiInfo; variable