Searched defs:SortKey (Results 1 - 1 of 1) 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
[all...]

Completed in 90 milliseconds