Searched defs:isBSS (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp202 bool isBSS = false; local
206 if (error(i->isBSS(isBSS))) return;
211 else if (isBSS)
/external/llvm/include/llvm/MC/
H A DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } function in class:llvm::SectionKind
/external/llvm/include/llvm/Object/
H A DObjectFile.h160 error_code isBSS(bool &Result) const;
493 inline error_code SectionRef::isBSS(bool &Result) const { function in class:llvm::object::SectionRef

Completed in 353 milliseconds