Searched defs:isBSS (Results 1 – 9 of 9) sorted by relevance
202 bool isBSS = false; in PrintObjectSectionSizes() local
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
399 inline bool SectionRef::isBSS() const { in isBSS() function
436 inline bool SectionRef::isBSS() const { in isBSS() function
397 inline error_code SectionRef::isBSS(bool &Result) const { in isBSS() function
460 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local
450 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local