Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h163 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h483 inline bool SectionRef::isBSS() const { in isBSS() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp473 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local