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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h159 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } function in class:llvm::SectionKind
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp463 bool isBSS = Section.isBSS(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h474 inline bool SectionRef::isBSS() const { function in class:llvm::object::SectionRef

Completed in 123 milliseconds