reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/MC/SectionKind.h
  159   bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
  161   bool isBSSExtern() const { return K == BSSExtern; }
  199   static SectionKind getBSSExtern() { return get(BSSExtern); }