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

References

lib/ObjectYAML/ELFEmitter.cpp
 1029   if (Section.Link.empty() && SN2I.lookup(".symtab", Link))
 1032   if (Section.Content || Section.Size) {
 1032   if (Section.Content || Section.Size) {
 1033     SHeader.sh_size = writeContent(OS, Section.Content, Section.Size);
 1033     SHeader.sh_size = writeContent(OS, Section.Content, Section.Size);
 1037   for (const ELFYAML::AddrsigSymbol &Sym : *Section.Symbols) {
 1039         Sym.Name ? toSymbolIndex(*Sym.Name, Section.Name, /*IsDynamic=*/false)