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

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.h34 struct SortKey { struct in class:lld::mach_o::LayoutPass
35 SortKey(OwningAtomPtr<DefinedAtom> &&atom, function in struct:lld::mach_o::LayoutPass::SortKey
44 SortKey(SortKey &&key) : _atom(std::move(key._atom)), _root(key._root), function in struct:lld::mach_o::LayoutPass::SortKey
49 SortKey &operator=(SortKey &&key) {
58 SortKey(const SortKey &) = delete;
59 void operator=(const SortKey&) = delete;
106 std::vector<SortKey> decorat
[all...]
H A DLayoutPass.cpp28 static bool compareAtoms(const LayoutPass::SortKey &,
29 const LayoutPass::SortKey &,
42 static void checkTransitivity(std::vector<LayoutPass::SortKey> &vec,
175 static bool compareAtomsSub(const LayoutPass::SortKey &lc,
176 const LayoutPass::SortKey &rc,
249 static bool compareAtoms(const LayoutPass::SortKey &lc,
250 const LayoutPass::SortKey &rc,
422 std::vector<LayoutPass::SortKey>
424 std::vector<SortKey> ret;
430 ret.push_back(SortKey(st
[all...]

Completed in 109 milliseconds