Searched defs:isBSS (Results 1 – 3 of 3) sorted by relevance
202 bool isBSS = false; in PrintObjectSectionSizes() local
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
495 inline error_code SectionRef::isBSS(bool &Result) const { in isBSS() function