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

References

lib/MC/ELFObjectWriter.cpp
  671     MSD.Symbol = cast<MCSymbolELF>(&Symbol);
  677       MSD.SectionIndex = ELF::SHN_ABS;
  680         MSD.SectionIndex = Symbol.getIndex();
  683         MSD.SectionIndex = ELF::SHN_COMMON;
  687         MSD.SectionIndex = RevGroupMap.lookup(&Symbol);
  688         if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
  691         MSD.SectionIndex = ELF::SHN_UNDEF;
  712       MSD.SectionIndex = SectionIndexMap.lookup(&Section);
  713       assert(MSD.SectionIndex && "Invalid section index!");
  714       if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
  722       MSD.Name = Name;
  727       LocalSymbolData.push_back(MSD);
  729       ExternalSymbolData.push_back(MSD);