reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
28 int64_t getInteger(llvm::opt::InputArgList &args, unsigned key,
425 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); 881 config->ltoo = args::getInteger(args, OPT_lto_O, 2); 883 config->ltoPartitions = args::getInteger(args, OPT_lto_partitions, 1); 886 config->mipsGotSize = args::getInteger(args, OPT_mips_got_size, 0xfff0); 898 config->optimize = args::getInteger(args, OPT_O, 1); 918 config->splitStackAdjustSize = args::getInteger(args, OPT_split_stack_adjust_size, 16384); 931 config->thinLTOJobs = args::getInteger(args, OPT_thinlto_jobs, -1u);tools/lld/lib/Driver/DarwinLdDriver.cpp
337 errorHandler().errorLimit = args::getInteger(parsedArgs, OPT_error_limit, 20);
tools/lld/wasm/Driver.cpp321 config->ltoo = args::getInteger(args, OPT_lto_O, 2); 322 config->ltoPartitions = args::getInteger(args, OPT_lto_partitions, 1); 323 config->optimize = args::getInteger(args, OPT_O, 0); 345 config->thinLTOJobs = args::getInteger(args, OPT_thinlto_jobs, -1u); 350 config->initialMemory = args::getInteger(args, OPT_initial_memory, 0); 351 config->globalBase = args::getInteger(args, OPT_global_base, 1024); 352 config->maxMemory = args::getInteger(args, OPT_max_memory, 0); 684 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20);