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

Declarations

lib/MC/ELFObjectWriter.cpp
  153   unsigned addToSectionTable(const MCSectionELF *Sec);

References

lib/MC/ELFObjectWriter.cpp
  642   SymbolTableIndex = addToSectionTable(SymtabSection);
  738     SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection);
 1098   StringTableIndex = addToSectionTable(StrtabSection);
 1137         GroupIdx = addToSectionTable(Group);
 1148     SectionIndexMap[&Section] = addToSectionTable(&Section);
 1150       SectionIndexMap[RelSection] = addToSectionTable(RelSection);
 1162     SectionIndexMap[CGProfileSection] = addToSectionTable(CGProfileSection);
 1192       addToSectionTable(AddrsigSection);