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
135 bool isCommon() const { in isCommon() function
163 bool isCommon() const { return symbolKind == CommonKind; } in isCommon() function
203 bool isCommon() const { return (Flags >> S::FB_common) & 1; } in isCommon() function
386 bool isCommon() const { in isCommon() function
703 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } in isCommon() function in Symbol