Lines Matching +full:resource +full:- +full:files

3 class F<string name, string help> : Flag<["-"], name>, HelpText<help>;
4 class Arg<string name, string help> : Separate<["-"], name>, HelpText<help>;
7 def NAME #_EQ : Joined<["-", "--"], name #"=">, HelpText<help>;
8 def : Separate<["-", "--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
11 def help : Flag<["--"], "help">, HelpText<"Display this help">;
12 def version : Flag<["--"], "version">, HelpText<"Display the version">;
20 defm module_files_dir : Eq<"module-files-dir",
21 …"The build directory for modules. Defaults to the value of '-fmodules-cache-path=' from command li…
23 def optimize_args_EQ : CommaJoined<["-", "--"], "optimize-args=">, HelpText<"Which command-line arg…
24 def eager_load_pcm : F<"eager-load-pcm", "Load PCM files eagerly (instead of lazily on import)">;
28 defm compilation_database : Eq<"compilation-database", "Compilation database">;
29 defm module_name : Eq<"module-name", "the module of which the dependencies are to be computed">;
30 defm dependency_target : Eq<"dependency-target", "The names of dependency targets for the dependenc…
32 def deprecated_driver_command : F<"deprecated-driver-command", "use a single driver command to buil…
34 defm resource_dir_recipe : Eq<"resource-dir-recipe", "How to produce missing '-resource-dir' argume…
36 def print_timing : F<"print-timing", "Print timing information">;
40 def round_trip_args : F<"round-trip-args", "verify that command-line arguments are canonical by par…
42 def DASH_DASH : Option<["--"], "", KIND_REMAINING_ARGS>;