Lines Matching full:display

16 def addrsig : FF<"addrsig", "Display address-significance table">;
20 def arch_specific : FF<"arch-specific", "Display architecture-specific information">;
21 def bb_addr_map : FF<"bb-addr-map", "Display the BB address map section">;
22 def pretty_pgo_analysis_map : FF<"pretty-pgo-analysis-map", "Display PGO analysis values with formatting rather than raw numbers">;
23 def cg_profile : FF<"cg-profile", "Display call graph profile section">;
26 def dependent_libraries : FF<"dependent-libraries", "Display the dependent libraries section">;
27 def dyn_relocations : FF<"dyn-relocations", "Display the dynamic relocation entries in the file">;
28 def dyn_syms : FF<"dyn-syms", "Display the dynamic symbol table">;
30 def extra_sym_info : FF<"extra-sym-info", "Display extra information when showing symbols">;
31 def file_header : FF<"file-header", "Display file header">;
33 defm hex_dump : Eq<"hex-dump", "Display the specified section(s) as hexadecimal bytes">, MetaVarName<"<name or index>">;
35 def relocs : FF<"relocs", "Display the relocation entries in the file">;
36 def section_data : FF<"section-data", "Display section data for each section shown. This option has no effect for GNU style output">;
37 def section_details : FF<"section-details", "Display the section details">;
38 def section_headers : FF<"section-headers", "Display section headers">;
39 def section_mapping : FF<"section-mapping", "Display the section to segment mapping">;
40 def section_mapping_EQ_false : FF<"section-mapping=false", "Don't display the section to segment mapping">, Flags<[HelpHidden]>;
41 def section_relocations : FF<"section-relocations", "Display relocations for each section shown. This option has no effect for GNU style output">;
42 def section_symbols : FF<"section-symbols", "Display symbols for each section shown. This option has no effect for GNU style output">;
44 def stack_sizes : FF<"stack-sizes", "Display contents of all stack sizes sections. This option has no effect for GNU style output">;
45 def stackmap : FF<"stackmap", "Display contents of stackmap section">;
46 defm string_dump : Eq<"string-dump", "Display the specified section(s) as a list of strings">, MetaVarName<"<name or index>">;
47 def string_table : FF<"string-table", "Display the string table (only for XCOFF now)">;
48 def symbols : FF<"symbols", "Display the symbol table. Also display the dynamic symbol table when using GNU output style for ELF">;
49 def unwind : FF<"unwind", "Display unwind information">;
53 def dynamic_table : FF<"dynamic-table", "Display the dynamic section table">, Group<grp_elf>;
54 def elf_linker_options : FF<"elf-linker-options", "Display the .linker-options section">, Group<grp_elf>;
56 def histogram : FF<"histogram", "Display bucket list histogram for hash sections">, Group<grp_elf>;
57 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>;
58 def gnu_hash_table : FF<"gnu-hash-table", "Display the GNU hash table for dynamic symbols">, Group<grp_elf>;
59 def hash_symbols : FF<"hash-symbols", "Display the dynamic symbols derived from the hash section">, Group<grp_elf>;
60 def hash_table : FF<"hash-table", "Display .hash section">, Group<grp_elf>;
61 def memtag : FF<"memtag", "Display memory tagging metadata (modes, Android notes, global descriptors)">, Group<grp_elf>;
62 def needed_libs : FF<"needed-libs", "Display the needed libraries">, Group<grp_elf>;
63 def notes : FF<"notes", "Display notes">, Group<grp_elf>;
64 def program_headers : FF<"program-headers", "Display program headers">, Group<grp_elf>;
65 def version_info : FF<"version-info", "Display version sections">, Group<grp_elf>;
69 def macho_data_in_code : FF<"macho-data-in-code", "Display Data in Code command">, Group<grp_mach_o>;
70 def macho_dysymtab : FF<"macho-dysymtab", "Display Dysymtab command">, Group<grp_mach_o>;
71 def macho_indirect_symbols : FF<"macho-indirect-symbols", "Display indirect symbols">, Group<grp_mach_o>;
72 def macho_linker_options : FF<"macho-linker-options", "Display linker options">, Group<grp_mach_o>;
73 def macho_segment : FF<"macho-segment", "Display Segment command">, Group<grp_mach_o>;
74 def macho_version_min : FF<"macho-version-min", "Display version min command">, Group<grp_mach_o>;
78 def codeview : FF<"codeview", "Display CodeView debug information">, Group<grp_coff>;
80 def codeview_merged_types : FF<"codeview-merged-types", "Display the merged CodeView type stream">, Group<grp_coff>;
82 def coff_basereloc : FF<"coff-basereloc", "Display .reloc section">, Group<grp_coff>;
83 def coff_debug_directory : FF<"coff-debug-directory", "Display debug directory">, Group<grp_coff>;
84 def coff_directives : FF<"coff-directives", "Display .drectve section">, Group<grp_coff>;
85 def coff_exports : FF<"coff-exports", "Display export table">, Group<grp_coff>;
86 def coff_imports : FF<"coff-imports", "Display import table">, Group<grp_coff>;
87 def coff_load_config : FF<"coff-load-config", "Display load config">, Group<grp_coff>;
88 def coff_resources : FF<"coff-resources", "Display .rsrc section">, Group<grp_coff>;
89 def coff_tls_directory : FF<"coff-tls-directory", "Display TLS directory">, Group<grp_coff>;
93 def auxiliary_header : FF<"auxiliary-header" , "Display the auxiliary header">, Group<grp_xcoff>;
94 def exception_section : FF<"exception-section" , "Display the exception section entries">, Group<grp_xcoff>;
95 def loader_section_header : FF<"loader-section-header" , "Display the loader section header">, Group<grp_xcoff>;
96 def loader_section_symbols : FF<"loader-section-symbols" , "Display the loader section symbol table">, Group<grp_xcoff>;
97 def loader_section_relocations : FF<"loader-section-relocations" , "Display the loader section relocation entries">, Group<grp_xcoff>;
99 def help : FF<"help", "Display this help">;
100 def version : FF<"version", "Display the version">;