Home
last modified time | relevance | path

Searched defs:isBSS (Results 1 – 8 of 8) 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-project/llvm/include/llvm/MC/
DSectionKind.h159 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h159 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/external/llvm/include/llvm/Object/
DObjectFile.h399 inline bool SectionRef::isBSS() const { in isBSS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h474 inline bool SectionRef::isBSS() const { in isBSS() function
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h483 inline bool SectionRef::isBSS() const { in isBSS() function
/external/llvm/tools/llvm-size/
Dllvm-size.cpp450 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local
/external/llvm-project/llvm/tools/llvm-size/
Dllvm-size.cpp473 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local