Home
last modified time | relevance | path

Searched defs:isBSS (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDSectionKind.h169 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h558 inline bool SectionRef::isBSS() const { in isBSS() function
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-size/
HDllvm-size.cpp458 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local