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

References

lib/ObjectYAML/ELFEmitter.cpp
 1053   if (Section.Content || Section.Size) {
 1053   if (Section.Content || Section.Size) {
 1054     SHeader.sh_size = writeContent(OS, Section.Content, Section.Size);
 1054     SHeader.sh_size = writeContent(OS, Section.Content, Section.Size);
 1058   for (const ELFYAML::NoteEntry &NE : *Section.Notes) {