Home
last modified time | relevance | path

Searched defs:sectionOrder (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lld/MachO/
H A DOutputSegment.cpp88 static int sectionOrder(OutputSection *osec) { sectionOrder() function
/llvm-project/lld/ELF/
H A DWriter.cpp1040 DenseMap<const InputSectionBase *, int> sectionOrder; buildSectionOrder() local
/llvm-project/lld/COFF/
H A DWriter.cpp1065 auto sectionOrder = [&](const OutputSection *s) { createSections() local