Home
last modified time | relevance | path

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

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