Searched defs:isCommon (Results 1 – 8 of 8) 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; } isCommon() function
381 bool isCommon() const { isCommon() function
186 bool isCommon() const { return symbolKind == CommonKind; } isCommon() function
623 bool isCommon{std::get<BindEntity::Kind>(x.t) == BindEntity::Kind::Common}; in Unparse() local 686 bool isCommon{ in Unparse() local
706 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } isCommon() function in Symbol