Lines Matching full:output
17 …t : Eq<"hint-ifs-target", "When --output-format is 'IFS', this flag will hint the expected target …
20 defm output : Eq<"output", "Output file **DEPRECATED**">;
21 def : Separate<["-"], "o">, HelpText<"Alias for --output">, Alias<output_EQ>;
22 defm output_elf : Eq<"output-elf", "Output path for ELF file">;
23 defm output_format : Eq<"output-format", "Specify the output file format **DEPRECATED**">;
24 defm output_ifs : Eq<"output-ifs", "Output path for IFS file">;
25 defm output_tbd : Eq<"output-tbd", "Output path for TBD file">;
27 …trip_ifs_arch : FF<"strip-ifs-arch", "Strip target architecture information away from IFS output">;
28 …ifs_bitwidth : FF<"strip-ifs-bitwidth", "Strip target bit width information away from IFS output">;
29 …ndianness : FF<"strip-ifs-endianness", "Strip target endianness information away from IFS output">;
30 def strip_ifs_target : FF<"strip-ifs-target", "Strip all target information away from IFS output">;
31 def strip_needed : FF<"strip-needed", "Strip needed libs from output">;
32 def strip_size : FF<"strip-size", "Remove object size from the output">;
33 def strip_undefined : FF<"strip-undefined", "Strip undefined symbols from IFS output">;
37 def write_if_changed : FF<"write-if-changed", "Write the output file only if it is new or has chang…