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

References

include/llvm/MC/SectionKind.h
  178   static SectionKind getMetadata() { return get(Metadata); }
  179   static SectionKind getText() { return get(Text); }
  180   static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
  181   static SectionKind getReadOnly() { return get(ReadOnly); }
  183     return get(Mergeable1ByteCString);
  186     return get(Mergeable2ByteCString);
  189     return get(Mergeable4ByteCString);
  191   static SectionKind getMergeableConst4() { return get(MergeableConst4); }
  192   static SectionKind getMergeableConst8() { return get(MergeableConst8); }
  193   static SectionKind getMergeableConst16() { return get(MergeableConst16); }
  194   static SectionKind getMergeableConst32() { return get(MergeableConst32); }
  195   static SectionKind getThreadBSS() { return get(ThreadBSS); }
  196   static SectionKind getThreadData() { return get(ThreadData); }
  197   static SectionKind getBSS() { return get(BSS); }
  198   static SectionKind getBSSLocal() { return get(BSSLocal); }
  199   static SectionKind getBSSExtern() { return get(BSSExtern); }
  200   static SectionKind getCommon() { return get(Common); }
  201   static SectionKind getData() { return get(Data); }
  202   static SectionKind getReadOnlyWithRel() { return get(ReadOnlyWithRel); }