Home
last modified time | relevance | path

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

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