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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp296 StringRef swaprun, newArg; local
297 std::tie(swaprun, newArg) = arg.split(',');
298 if (swaprun.equals_lower("cd"))
300 else if (swaprun.equals_lower("net"))
302 else if (swaprun.empty())
303 error("/swaprun: missing argument");
305 error("/swaprun: invalid argument: " + swaprun);
308 error("/swaprun: missing argument");

Completed in 63 milliseconds