Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp202 bool isBSS = false; in PrintObjectSectionSizes() local
/external/llvm/include/llvm/MC/
DSectionKind.h154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h176 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-7.0/llvm/include/llvm/Object/
DObjectFile.h436 inline bool SectionRef::isBSS() const { in isBSS() function
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h397 inline error_code SectionRef::isBSS(bool &Result) const { in isBSS() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
Dllvm-size.cpp460 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local
/external/llvm/tools/llvm-size/
Dllvm-size.cpp450 bool isBSS = Section.isBSS(); in printObjectSectionSizes() local