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

References

include/llvm/MC/SectionKind.h
  163   bool isCommon() const { return K == Common; }
  200   static SectionKind getCommon() { return get(Common); }