Searched defs:isCommon (Results 1 – 6 of 6) sorted by relevance
167 bool isCommon() const { return K == Common; } in isCommon() function
379 bool isCommon() const { in isCommon() function
134 bool isCommon() const { in isCommon() function
196 bool isCommon() const { return (Flags >> S::FB_common) & 1; } in isCommon() function
381 bool isCommon() const { in isCommon() function
721 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } in isCommon() function in llvm::objcopy::elf::Symbol