Searched defs:sectionOrder (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/MachO/ | ||
H A D | OutputSegment.cpp | 88 static int sectionOrder(OutputSection *osec) { sectionOrder() function |
/llvm-project/lld/ELF/ | ||
H A D | Writer.cpp | 1040 DenseMap<const InputSectionBase *, int> sectionOrder; buildSectionOrder() local |
/llvm-project/lld/COFF/ | ||
H A D | Writer.cpp | 1065 auto sectionOrder = [&](const OutputSection *s) { createSections() local |