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