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

References

include/llvm/MC/SectionKind.h
  149     return K == ThreadData || K == ThreadBSS;
  153   bool isThreadData() const { return K == ThreadData; }
  196   static SectionKind getThreadData() { return get(ThreadData); }