Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/external/llvm/include/llvm/Object/
DObjectFile.h389 inline bool SectionRef::isBSS() const { in isBSS() function
/external/llvm/tools/llvm-size/
Dllvm-size.cpp351 bool isBSS = Section.isBSS(); in PrintObjectSectionSizes() local