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

References

tools/lld/lib/ReaderWriter/MachO/File.h
  143     const auto &pos = _sectionAtoms.find(&section);
  144     if (pos == _sectionAtoms.end())
  177     for (auto &sectAndAtoms : _sectionAtoms) {
  188     auto pos = _sectionAtoms.find(&section);
  189     if (pos == _sectionAtoms.end())
  260      _sectionAtoms[inSection].push_back(offAndAtom);