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

References

lib/ObjectYAML/ELFEmitter.cpp
  997   if (!Section.Entries.empty() && Section.Content)
 1002   if (Section.Content)
 1003     SHeader.sh_size = Section.Content->binary_size();
 1017   if (Section.Content)
 1018     Section.Content->writeAsBinary(OS);
lib/ObjectYAML/ELFYAML.cpp
 1010   IO.mapOptional("Content", Section.Content);