Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp185 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()
DMipsLDBackend.h243 llvm::Optional<MipsAbiFlags> m_pAbiInfo; variable