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

References

tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  341     for (const Reference *r : *ai) {
  346       _followOnNexts[ai] = targetAtom;
  350       if (_followOnRoots.count(ai) == 0)
  351         _followOnRoots[ai] = ai;
  351         _followOnRoots[ai] = ai;
  364         const DefinedAtom *tmp = _followOnRoots[ai];
  372         setChainRoot(targetAtom, _followOnRoots[ai]);
  382       size_t currentAtomSize = ai->size();
  385         _followOnNexts[targetPrevAtom] = ai;
  387         _followOnRoots[ai] = tmp;
  392       _followOnNexts[ai] = _followOnRoots[targetAtom];
  393       setChainRoot(_followOnRoots[targetAtom], _followOnRoots[ai]);