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

  /external/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/MC/
SectionKind.h 173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  /external/llvm/include/llvm/Object/
ObjectFile.h 162 error_code isBSS(bool &Result) const;
506 inline error_code SectionRef::isBSS(bool &Result) const {
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 234 milliseconds