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

References

lib/ObjectYAML/ELFEmitter.cpp
 1032   if (Section.Content || Section.Size) {
 1033     SHeader.sh_size = writeContent(OS, Section.Content, Section.Size);
lib/ObjectYAML/ELFYAML.cpp
 1083   IO.mapOptional("Content", Section.Content);
 1261     if (!Sec->Symbols && !Sec->Content && !Sec->Size)
 1264     if (Sec->Content || Sec->Size) {
 1265       if (Sec->Size && Sec->Content &&
 1266           (uint64_t)*Sec->Size < Sec->Content->binary_size())
tools/obj2yaml/elf2yaml.cpp
  579   S->Content = yaml::BinaryRef(Content);