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

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp1 //===-- ReaderWriter/MachO/LayoutPass.cpp - Layout atoms ------------------===//
9 #include "LayoutPass.h"
23 #define DEBUG_TYPE "LayoutPass"
28 static bool compareAtoms(const LayoutPass::SortKey &,
29 const LayoutPass::SortKey &,
30 LayoutPass::SortOverride customSorter);
42 static void checkTransitivity(std::vector<LayoutPass::SortKey> &vec,
43 LayoutPass::SortOverride customSorter) {
149 void LayoutPass::checkFollowonChain(const File::AtomRange<DefinedAtom> &range) {
150 ScopedTask task(getDefaultDomain(), "LayoutPass
263 LayoutPass::LayoutPass(const Registry &registry, SortOverride sorter) function in class:lld::mach_o::LayoutPass
[all...]
H A DLayoutPass.h1 //===------ lib/ReaderWriter/MachO/LayoutPass.h - Handles Layout of atoms -===//
32 class LayoutPass : public Pass { class in namespace:lld::mach_o
65 LayoutPass(const Registry &registry, SortOverride sorter);
70 ~LayoutPass() override = default;

Completed in 133 milliseconds