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

References

tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  346       _followOnNexts[ai] = targetAtom;
  353       auto iter = _followOnRoots.find(targetAtom);
  365         _followOnRoots[targetAtom] = tmp;
  368       if (iter->second == targetAtom) {
  372         setChainRoot(targetAtom, _followOnRoots[ai]);
  384         const DefinedAtom *targetPrevAtom = findAtomFollowedBy(targetAtom);
  390       if (!checkAllPrevAtomsZeroSize(targetAtom))
  392       _followOnNexts[ai] = _followOnRoots[targetAtom];
  393       setChainRoot(_followOnRoots[targetAtom], _followOnRoots[ai]);