HomeSort by relevance Sort by last modified time
    Searched refs:m_pAbiInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 243 llvm::Optional<MipsAbiFlags> m_pAbiInfo;
MipsLDBackend.cpp 185 if (m_pAbiInfo.hasValue())
186 m_pAbiFlags->setSize(m_pAbiInfo->size());
278 if (&pSection == m_pAbiFlags && m_pAbiInfo.hasValue())
279 return MipsAbiFlags::emit(*m_pAbiInfo, pRegion);
    [all...]

Completed in 42 milliseconds