HomeSort by relevance Sort by last modified time
    Searched defs:isBSS (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/tools/llvm-size/
llvm-size.cpp 202 bool isBSS = false;
206 if (error(i->isBSS(isBSS))) return;
211 else if (isBSS)
  /external/llvm/include/llvm/Object/
ObjectFile.h 96 bool isBSS() const;
399 inline bool SectionRef::isBSS() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 192 error_code isBSS(bool &Result) const;
397 inline error_code SectionRef::isBSS(bool &Result) const {
  /external/llvm/include/llvm/MC/
SectionKind.h 151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /external/llvm/tools/llvm-size/
llvm-size.cpp 450 bool isBSS = Section.isBSS();
455 else if (isBSS)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ObjectFile.h 109 bool isBSS() const;
436 inline bool SectionRef::isBSS() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
llvm-size.cpp 460 bool isBSS = Section.isBSS();
465 else if (isBSS)
    [all...]

Completed in 2800 milliseconds