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

References

tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  157     checkNoCycleInFollowonChain(_registry, _followOnNexts, root);
  161   for (const auto &ai : _followOnNexts) {
  275     AtomToAtomT::iterator targetFollowOnAtomsIter = _followOnNexts.find(atom);
  277     assert(targetFollowOnAtomsIter != _followOnNexts.end());
  298     AtomToAtomT::iterator targetFollowOnAtomsIter = _followOnNexts.find(atom);
  300     assert(targetFollowOnAtomsIter != _followOnNexts.end());
  312         _followOnNexts.find(targetAtom);
  313     if (targetFollowOnAtomsIter == _followOnNexts.end())
  339   _followOnNexts.reserve(range.size());
  346       _followOnNexts[ai] = targetAtom;
  385         _followOnNexts[targetPrevAtom] = ai;
  392       _followOnNexts[ai] = _followOnRoots[targetAtom];
  414          nextAtom = _followOnNexts[nextAtom]) {