Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DConfig.h122 bool driverUponly = false; member
H A DDriver.cpp1557 config->driverUponly = args.hasArg(OPT_driver_uponly) || in linkerMain()
1564 config->driverUponly || config->driverWdm || args.hasArg(OPT_driver); in linkerMain()
H A DWriter.cpp1367 if (config->driverUponly) in writeHeader()