Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h169 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h558 inline bool SectionRef::isBSS() const { in isBSS() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp467 bool isBSS = Section.isBSS(); printObjectSectionSizes() local