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

References

lib/MC/MachObjectWriter.cpp
  602     MSD.Symbol = &Symbol;
  603     MSD.StringIndex = StringTable.getOffset(Symbol.getName());
  606       MSD.SectionIndex = 0;
  607       LocalSymbolData.push_back(MSD);
  609       MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
  610       assert(MSD.SectionIndex && "Invalid section index!");
  611       LocalSymbolData.push_back(MSD);