Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h166 std::map<std::string, int> dllOrder; member
H A DDLL.cpp182 return ctx.config.dllOrder[a] < ctx.config.dllOrder[b]; in binImports()
H A DWriter.cpp1284 ctx.config.dllOrder.try_emplace(dll, ctx.config.dllOrder.size()); in createImportTables()