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
186 bool isCommon() const { return symbolKind == CommonKind; } in isCommon() function
706 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } in isCommon() function in Symbol