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

References

lib/MC/MachObjectWriter.cpp
  576     MSD.Symbol = &Symbol;
  577     MSD.StringIndex = StringTable.getOffset(Symbol.getName());
  580       MSD.SectionIndex = 0;
  581       UndefinedSymbolData.push_back(MSD);
  583       MSD.SectionIndex = 0;
  584       ExternalSymbolData.push_back(MSD);
  586       MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
  587       assert(MSD.SectionIndex && "Invalid section index!");
  588       ExternalSymbolData.push_back(MSD);