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

References

lib/MC/ELFObjectWriter.cpp
 1114     if (Mode == NonDwoOnly && isDwoSection(Section))
 1116     if (Mode == DwoOnly && !isDwoSection(Section))
 1119     align(Section.getAlignment());
 1124     const MCSymbolELF *SignatureSymbol = Section.getGroup();
 1125     writeSectionData(Asm, Section, Layout);
 1128     SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd);
 1130     MCSectionELF *RelSection = createRelocationSection(Ctx, Section);
 1143       Members.push_back(&Section);
 1148     SectionIndexMap[&Section] = addToSectionTable(&Section);
 1148     SectionIndexMap[&Section] = addToSectionTable(&Section);
 1154     OWriter.TargetObjectWriter->addTargetSectionFlags(Ctx, Section);