Searched refs:_followOnRoots (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp154 for (const auto &ai : _followOnRoots)
162 checkReachabilityFromRoot(_followOnRoots, ai.first);
163 checkReachabilityFromRoot(_followOnRoots, ai.second);
272 const DefinedAtom *atom = _followOnRoots[targetAtom];
290 const DefinedAtom *atom = _followOnRoots[targetAtom];
310 _followOnRoots[targetAtom] = root;
338 _followOnRoots.reserve(range.size());
350 if (_followOnRoots.count(ai) == 0)
351 _followOnRoots[ai] = ai;
353 auto iter = _followOnRoots
[all...]
H A DLayoutPass.h96 AtomToAtomT _followOnRoots; member in class:lld::mach_o::LayoutPass

Completed in 98 milliseconds