Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h114 bool hasLMARegion() const { return m_pLMARegion != NULL; } in hasLMARegion() function
116 assert(hasLMARegion()); in lmaRegion()
/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp116 if (m_Epilog.hasLMARegion()) in dump()