Home
last modified time | relevance | path

Searched refs:buildSectionOrder (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1091 static DenseMap<const InputSectionBase *, int> buildSectionOrder(Ctx &ctx) { in buildSectionOrder() function
1277 DenseMap<const InputSectionBase *, int> order = buildSectionOrder(ctx); in sortInputSections()