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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  650   si->normalizedSectionIndex = file.sections.size()-1;
  672     Section *normSect = &file.sections[si->normalizedSectionIndex];
  718       Section *normSect = &file.sections[si->normalizedSectionIndex];
 1172     Section &normSect = file.sections[si->normalizedSectionIndex];
 1316     Section &normSect = file.sections[si->normalizedSectionIndex];
 1514               file.sections[sectInfo->normalizedSectionIndex].content;
 1526           file.sections[sectInfo->normalizedSectionIndex].content = newContent;