Home
last modified time | relevance | path

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

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