reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
650 if (args.hasArg(OPT_help)) { 658 if (args.hasArg(OPT_version) || args.hasArg(OPT_v)) { 658 if (args.hasArg(OPT_version) || args.hasArg(OPT_v)) { 664 if (auto *arg = args.getLastArg(OPT_reproduce)) { 670 tar->append("response.txt", createResponseFile(args)); 680 for (auto *arg : args.filtered(OPT_mllvm)) 684 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); 686 readConfigs(args); 688 checkOptions(args); 690 if (auto *arg = args.getLastArg(OPT_allow_undefined_file)) 693 if (!args.hasArg(OPT_INPUT)) { 699 for (auto *arg : args.filtered(OPT_trace_symbol)) 702 for (auto *arg : args.filtered(OPT_export)) 707 createFiles(args); 719 for (auto *arg : args.filtered(OPT_undefined)) 724 for (auto *arg : args.filtered(OPT_export)) 743 std::vector<WrappedSymbol> wrapped = addWrappedSymbols(args); 761 for (auto *arg : args.filtered(OPT_export)) {