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

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h165 std::map<std::string, int> dllOrder; member in struct:lld::coff::Configuration
H A DDLL.cpp151 return ctx.config.dllOrder[a] < ctx.config.dllOrder[b];
H A DWriter.cpp1173 if (ctx.config.dllOrder.count(dll) == 0)
1174 ctx.config.dllOrder[dll] = ctx.config.dllOrder.size();

Completed in 188 milliseconds