Searched refs:sectionOrder (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1207 DenseMap<const InputSectionBase *, int> sectionOrder; local
1213 return sectionOrder;
1240 int &priority = sectionOrder[cast<InputSectionBase>(sec->repl)];
1262 return sectionOrder;
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp889 auto sectionOrder = [&](const OutputSection *s) { local
904 return sectionOrder(s) < sectionOrder(t);

Completed in 113 milliseconds