Lines Matching refs:FF
4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
17 def debug_syms : FF<"debug-syms", "Show all symbols, even debugger only">;
18 def defined_only : FF<"defined-only", "Show only defined symbols">;
20 def dynamic : FF<"dynamic", "Display dynamic symbols instead of normal symbols">;
21 def export_symbols : FF<"export-symbols", "Export symbol list for all inputs">;
22 def extern_only : FF<"extern-only", "Show only external symbols">;
24 def help : FF<"help", "Display this help">;
25 def line_numbers : FF<"line-numbers", "Use debugging information to print symbols' filenames and line numbers">;
26 def no_llvm_bc : FF<"no-llvm-bc", "Disable LLVM bitcode reader">;
27 def no_sort : FF<"no-sort", "Show symbols in order encountered">;
28 def no_weak : FF<"no-weak", "Show only non-weak symbols">;
29 def numeric_sort : FF<"numeric-sort", "Sort symbols by address">;
30 def print_armap : FF<"print-armap", "Print the archive map">;
31 def print_file_name : FF<"print-file-name", "Precede each symbol with the object file it came from">;
32 def print_size : FF<"print-size", "Show symbol size as well as address">;
33 def quiet : FF<"quiet", "Suppress 'no symbols' diagnostic">;
35 def reverse_sort : FF<"reverse-sort", "Sort in reverse order">;
36 def size_sort : FF<"size-sort", "Sort symbols by size">;
37 def special_syms : FF<"special-syms", "Do not filter special symbols from the output">;
38 def undefined_only : FF<"undefined-only", "Show only undefined symbols">;
39 def version : FF<"version", "Display the version">;
40 def without_aliases : FF<"without-aliases", "Exclude aliases from output">, Flags<[HelpHidden]>;
45 def add_dyldinfo : FF<"add-dyldinfo", "Add symbols from the dyldinfo not already in the symbol table">, Group<grp_mach_o>;
46 def add_inlinedinfo : FF<"add-inlinedinfo", "Add symbols from the inlined libraries, TBD only">, Group<grp_mach_o>;
49 def dyldinfo_only : FF<"dyldinfo-only", "Show only symbols from the dyldinfo">, Group<grp_mach_o>;
50 def no_dyldinfo : FF<"no-dyldinfo", "Don't add any symbols from the dyldinfo">, Group<grp_mach_o>;
57 def no_rsrc : FF<"no-rsrc", "Exclude resource file symbols (__rsrc) from the export symbol list.">, Group<grp_xcoff_o>;
59 def : FF<"just-symbol-name", "Alias for --format=just-symbols">, Alias<format_EQ>, AliasArgs<["just-symbols"]>, Flags<[HelpHidden]>;
60 def : FF<"portability", "Alias for --format=posix">, Alias<format_EQ>, AliasArgs<["posix"]>;