Searched refs:ltoo (Results 1 – 9 of 9) sorted by relevance
52 c.OptLevel = config->ltoo; in createLTO()54 c.CGOptLevel = args::getCGOptLevel(config->ltoo); in createLTO()
62 unsigned ltoo; member
380 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()
80 c.OptLevel = config->ltoo; in createConfig()83 c.CGOptLevel = args::getCGOptLevel(config->ltoo); in createConfig()
148 unsigned ltoo = 2; member
1551 if (optLevel.getAsInteger(10, config->ltoo) || config->ltoo > 3) in link()
130 c.OptLevel = config->ltoo; in createConfig()133 c.CGOptLevel = args::getCGOptLevel(config->ltoo); in createConfig()
264 unsigned ltoo; member
1001 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()