Searched refs:isStaticSystem (Results 1 – 2 of 2) sorted by relevance
32 if (isStaticSystem() && pAttr.isDynamic()) { in isLegal()36 if (isStaticSystem() && pAttr.isAsNeeded()) { in isLegal()
129 bool isStaticSystem() const { return m_Static; } in isStaticSystem() function