Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DConfig.h61 unsigned ltoPartitions; member
DLTO.cpp71 config->ltoPartitions); in createLTO()
DDriver.cpp381 config->ltoPartitions = args::getInteger(args, OPT_lto_partitions, 1); in readConfigs()
486 if (config->ltoPartitions == 0) in checkOptions()
/external/llvm-project/lld/COFF/
DConfig.h153 unsigned ltoPartitions = 1; member
DLTO.cpp113 config->ltoPartitions); in BitcodeCompiler()
DDriver.cpp1560 if (n.getAsInteger(10, config->ltoPartitions) || in link()
1561 config->ltoPartitions == 0) in link()
/external/llvm-project/lld/ELF/
DConfig.h263 unsigned ltoPartitions; member
DLTO.cpp203 config->ltoPartitions); in BitcodeCompiler()
DDriver.cpp1003 config->ltoPartitions = args::getInteger(args, OPT_lto_partitions, 1); in readConfigs()
1182 if (config->ltoPartitions == 0) in readConfigs()