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

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

Completed in 78 milliseconds