Home
last modified time | relevance | path

Searched refs:ltoo (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lld/wasm/
DLTO.cpp52 c.OptLevel = config->ltoo; in createLTO()
54 c.CGOptLevel = args::getCGOptLevel(config->ltoo); in createLTO()
DConfig.h62 unsigned ltoo; member
DDriver.cpp380 config->ltoo = args::getInteger(args, OPT_lto_O, 2); in readConfigs()
484 if (config->ltoo > 3) in checkOptions()
485 error("invalid optimization level for LTO: " + Twine(config->ltoo)); in checkOptions()
/external/llvm-project/lld/COFF/
DLTO.cpp80 c.OptLevel = config->ltoo; in createConfig()
83 c.CGOptLevel = args::getCGOptLevel(config->ltoo); in createConfig()
DConfig.h148 unsigned ltoo = 2; member
DDriver.cpp1551 if (optLevel.getAsInteger(10, config->ltoo) || config->ltoo > 3) in link()
/external/llvm-project/lld/ELF/
DLTO.cpp130 c.OptLevel = config->ltoo; in createConfig()
133 c.CGOptLevel = args::getCGOptLevel(config->ltoo); in createConfig()
DConfig.h264 unsigned ltoo; member
DDriver.cpp1001 config->ltoo = args::getInteger(args, OPT_lto_O, 2); in readConfigs()
1180 if (config->ltoo > 3) in readConfigs()
1181 error("invalid optimization level for LTO: " + Twine(config->ltoo)); in readConfigs()