Home
last modified time | relevance | path

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

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