Searched defs:isBSS (Results 1 – 3 of 3) sorted by relevance
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
389 inline bool SectionRef::isBSS() const { in isBSS() function
351 bool isBSS = Section.isBSS(); in PrintObjectSectionSizes() local