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