Lines Matching +full:fat +full:- +full:mach +full:- +full:o
3 def help : Flag<["-", "--"], "help">;
4 def h : Flag<["-"], "h">, Alias<help>;
6 def version : Flag<["-", "--"], "version">,
10 : MultiArg<["-", "--"], "segalign", 2>,
16 : MultiArg<["-", "--"], "arch", 2>,
22 : Option<["-", "--"], "verify_arch", KIND_REMAINING_ARGS>,
27 def archs : Option<["-", "--"], "archs", KIND_FLAG>,
31 def info : Option<["-", "--"], "info", KIND_FLAG>,
37 def thin : Option<["-", "--"], "thin", KIND_SEPARATE>,
40 "fat input file. Requires -output option">;
42 def extract : Option<["-", "--"], "extract", KIND_SEPARATE>,
45 "arch_type from the fat input file. Requires -output option">;
47 def create : Option<["-", "--"], "create", KIND_FLAG>,
50 "files. Requires -output option">;
53 : MultiArg<["-", "--"], "replace", 2>,
56 "input_file in a universal binary. Requires -output option">;
58 def output : Option<["-", "--"], "output", KIND_SEPARATE>,
60 def o : JoinedOrSeparate<["-"], "o">, Alias<output>;
62 def fat64 : Option<["-", "--"], "fat64", KIND_FLAG>,
63 HelpText<"Use 64 bits Universal Mach-O format">;