Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h122 bool driverUponly = false; member
H A DDriver.cpp1572 config->driverUponly = args.hasArg(OPT_driver_uponly) || in linkerMain()
1579 config->driverUponly || config->driverWdm || args.hasArg(OPT_driver); in linkerMain()
H A DWriter.cpp1449 if (config->driverUponly) in writeHeader()