Home
last modified time | relevance | path

Searched refs:ltoPartitions (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h187 unsigned ltoPartitions = 1; member
H A DLTO.cpp131 ctx.config.ltoPartitions); in BitcodeCompiler()
H A DDriver.cpp1888 if (s.getAsInteger(10, config->ltoPartitions) || in linkerMain()
1889 config->ltoPartitions == 0) in linkerMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h363 unsigned ltoPartitions; member
H A DLTO.cpp196 createConfig(), backend, config->ltoPartitions, in BitcodeCompiler()
H A DDriver.cpp1342 config->ltoPartitions = args::getInteger(args, OPT_lto_partitions, 1); in readConfigs()
1676 if (config->ltoPartitions == 0) in readConfigs()