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

References

include/llvm/ObjectYAML/ELFYAML.h
  215   RawContentSection() : Section(SectionKind::RawContent) {}
  218     return S->Kind == SectionKind::RawContent;
lib/ObjectYAML/ELFEmitter.cpp
  224             ELFYAML::Section::SectionKind::RawContent, /*IsImplicit=*/true));
  241         ELFYAML::Section::SectionKind::RawContent, true /*IsImplicit*/);