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) {
 1054     SHeader.sh_size = writeContent(OS, Section.Content, Section.Size);
lib/ObjectYAML/ELFYAML.cpp
 1038   IO.mapOptional("Size", Section.Size);
 1286     if (!NS->Content && !NS->Size && !NS->Notes)
 1290     if (!NS->Content && !NS->Size)
 1293     if (NS->Size && NS->Content &&
 1294         (uint64_t)*NS->Size < NS->Content->binary_size())