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

  /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/include/llvm/Object/
ObjectFile.h 95 bool isBSS() const;
389 inline bool SectionRef::isBSS() const {
  /external/llvm/tools/llvm-size/
llvm-size.cpp 351 bool isBSS = Section.isBSS();
356 else if (isBSS)
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1246 milliseconds