Searched defs:isCommon (Results 1 – 3 of 3) sorted by relevance
180 bool isCommon() const { return K == Common; } in isCommon() function
738 bool isCommon() const { return CommonSize != 0; } in isCommon() function
96 bool isCommon = flags & SymbolRef::SF_Common; in loadObject() local