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

References

include/llvm/ObjectYAML/ELFYAML.h
  237   NoteSection() : Section(SectionKind::Note) {}
  238   static bool classof(const Section *S) { return S->Kind == SectionKind::Note; }