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.h165 std::map<std::string, int> dllOrder; member
H A DDLL.cpp151 return ctx.config.dllOrder[a] < ctx.config.dllOrder[b]; in binImports()
H A DWriter.cpp1173 if (ctx.config.dllOrder.count(dll) == 0) in createImportTables()
1174 ctx.config.dllOrder[dll] = ctx.config.dllOrder.size(); in createImportTables()