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

/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h114 bool hasLMARegion() const { return m_pLMARegion != NULL; }
117 return *m_pLMARegion;
138 if (m_pLMARegion != pRHS.m_pLMARegion)
148 const std::string* m_pLMARegion; member in struct:mcld::OutputSectDesc::Epilog
/frameworks/compile/mclinker/lib/Script/
H A DOutputSectDesc.cpp150 m_Epilog.m_pLMARegion = pEpilog.m_pLMARegion;
H A DScriptParser.yy378 $$.m_pLMARegion = $2;
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp84 m_Epilog.m_pLMARegion = NULL;

Completed in 97 milliseconds