Searched refs:BSSExtern (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DSectionKind.h95 /// BSSExtern - This is BSS data with normal external linkage.
96 BSSExtern, enumerator in enum:llvm::SectionKind::Kind
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
178 bool isBSSExtern() const { return K == BSSExtern; }
227 static SectionKind getBSSExtern() { return get(BSSExtern); }

Completed in 114 milliseconds