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

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DSectionKind.h176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } function in class:llvm::SectionKind
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DObjectFile.h496 inline error_code SectionRef::isBSS(bool &Result) const { function in class:llvm::object::SymbolRef::SectionRef

Completed in 151 milliseconds