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

References

lib/MC/ELFObjectWriter.cpp
 1015   switch(Section.getType()) {
 1027     const MCSection *InfoSection = Section.getAssociatedSection();
 1049   if (Section.getFlags() & ELF::SHF_LINK_ORDER) {
 1050     const MCSymbol *Sym = Section.getAssociatedSymbol();
 1055   WriteSecHdrEntry(StrTabBuilder.getOffset(Section.getSectionName()),
 1056                    Section.getType(), Section.getFlags(), 0, Offset, Size,
 1056                    Section.getType(), Section.getFlags(), 0, Offset, Size,
 1057                    sh_link, sh_info, Section.getAlignment(),
 1058                    Section.getEntrySize());