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

References

lib/ObjectYAML/ELFEmitter.cpp
  994   assert(Section.Type == llvm::ELF::SHT_DYNAMIC &&
  997   if (!Section.Entries.empty() && Section.Content)
  997   if (!Section.Entries.empty() && Section.Content)
 1000                 Section.Name + "'");
 1002   if (Section.Content)
 1003     SHeader.sh_size = Section.Content->binary_size();
 1005     SHeader.sh_size = 2 * sizeof(uintX_t) * Section.Entries.size();
 1006   if (Section.EntSize)
 1007     SHeader.sh_entsize = *Section.EntSize;
 1013   for (const ELFYAML::DynamicEntry &DE : Section.Entries) {
 1017   if (Section.Content)
 1018     Section.Content->writeAsBinary(OS);