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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  224     sgi->sections.swap(empty2);
  533     seg->sections.push_back(si);
  541       std::sort(seg->sections.begin(), seg->sections.end(),
  541       std::sort(seg->sections.begin(), seg->sections.end(),
  551     for (SectionInfo *sect : seg->sections)
  558   for (SectionInfo *sect : seg->sections) {
  571   for (auto it = seg->sections.rbegin(); it != seg->sections.rend(); ++it) {
  571   for (auto it = seg->sections.rbegin(); it != seg->sections.rend(); ++it) {
  581   for (SectionInfo *sect : seg->sections) {
  615       for (SectionInfo *si : sgi->sections) {
  704     for (SectionInfo *si : sgi->sections) {
  717     for (SectionInfo *si : sgi->sections) {