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

References

lib/MC/ELFObjectWriter.cpp
  131         return SectionIndex < RHS.SectionIndex;
  131         return SectionIndex < RHS.SectionIndex;
  568   Writer.writeSymbol(StringIndex, Info, Value, Size, Other, MSD.SectionIndex,
  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)