Searched defs:isCommon (Results 1 – 7 of 7) sorted by relevance
173 bool isCommon() const { return K == Common; } in isCommon() function
387 bool isCommon() const { in isCommon() function
134 bool isCommon() const { in isCommon() function
200 bool isCommon() const { return (Flags >> S::FB_common) & 1; } in isCommon() function
381 bool isCommon() const { in isCommon() function
177 bool isCommon() const { return symbolKind == CommonKind; } isCommon() function
686 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } isCommon() function in Symbol