| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.def | 50 DIAGOPT(ShowLine, 1, 1) /// Show line number on diagnostics. 51 DIAGOPT(ShowColumn, 1, 1) /// Show column number on diagnostics. 52 DIAGOPT(ShowLocation, 1, 1) /// Show source location information. 53 DIAGOPT(ShowLevel, 1, 1) /// Show diagnostic level. 55 DIAGOPT(ShowCarets, 1, 1) /// Show carets in diagnostics. 56 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information. 57 DIAGOPT(ShowSourceRanges, 1, 0) /// Show source ranges in numeric form. 58 DIAGOPT(ShowParseableFixits, 1, 0) /// Show machine parseable fix-its. 59 DIAGOPT(ShowPresumedLoc, 1, 0) /// Show presumed location for diagnostics. 60 DIAGOPT(ShowOptionNames, 1, 0) /// Show the option name for mappable [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | mri-create-overwrite.test | 1 ## Show that CREATE/CREATETHIN overwrite existing files appropriately. 7 ## Show that an existing file that is not an archive is overwritten by CREATE. 12 ## Show that an existing file that is not an archive is overwritten by CREATETHIN. 18 ## Show that an existing regular archive is overwritten by CREATE. 25 ## Show that an existing regular archive is overwritten by CREATETHIN. 31 ## Show that an existing thin archive is overwritten by CREATE. 37 ## Show that an existing thin archive is overwritten by CREATETHIN. 43 ## Show that the output is not overwritten without a SAVE.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | file-name.test | 7 ## Show that the file name is not printed for a single input for GNU output. 11 ## Show that the very first line of the output is the one with "ELF Header" on. 15 ## Show that the file names are printed for all inputs for GNU output. 19 ## Show that the file name is printed for a single input for LLVM output. 22 ## Show that the file name is printed with correct spacing for multiple inputs
|
| H A D | thin-archive-paths.test | 10 # Show that relative paths in the file header printing look sensible. 14 # Show that relative paths in an error message for both archive and member look 25 # Show that absolute paths in the file header printing are correct. 29 # Show that absolute paths in an error message for both archive and member are correct.
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | program-header-address.yaml | 1 ## Show how yaml2obj sets physical and virtual addresses of program headers. 29 ## Show what virtual and physical address we set by default for the case where 33 ## Show what virtual and physical address we set by default for the case 41 ## the address of the section included. Show that the default physical address 48 ## Show that we are able to set different virtual and physical addresses.
|
| H A D | section-offset.yaml | 3 ## Show how the 'Offset' field key can be used. 4 ## Show that it can affect the layout of the rest of the file. 61 ## Show that we can set an offset and an address alignment independently for a section. 68 ## Show we do not allow an 'Offset' to go backward. 74 ## Show that the 'Offset' key can be used together with the 'ShOffset' key. 96 ## Show that the 'Offset' field sets the physical offset in a file and the `ShOffset` 111 ## Show that the 'Offset' field sets the physical offset in file and `ShOffset`
|
| H A D | section-address-assign.yaml | 53 ## Show we can place a section at any address. 64 ## Show we respect an address align when automatically 77 ## Show that Fill occupies VA space. 85 ## Show we can go back in the address space and
|
| H A D | relocation-type.yaml | 3 ## Show that yaml2obj is able to produce relocations for an unknown e_machine kind properly. 14 ## Show that yaml2obj is able to produce relocations for an arbitrary known e_machine kind properly.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-strings/ |
| H A D | length.test | 1 ## Show that llvm-strings prints only strings with length of at least the 19 ## Show --bytes works too. 22 ## Show different syntaxes work. 44 ## Show that a non-numeric argument is rejected.
|
| H A D | radix.test | 1 ## Show that llvm-strings can handle the -t/--radix switch properly. 22 ## Show --radix works too. 27 ## Show different syntaxes work. 59 ## Show that an invalid value is rejected.
|
| H A D | eof.test | 1 ## Show that llvm-strings prints the last string in the input even if no 7 ## Show that llvm-strings does not print the last string in the input if it is
|
| /llvm-project-15.0.7/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 17 def debug_syms : FF<"debug-syms", "Show all symbols, even debugger only">; 18 def defined_only : FF<"defined-only", "Show only defined symbols">; 22 def extern_only : FF<"extern-only", "Show only external symbols">; 26 def no_sort : FF<"no-sort", "Show symbols in order encountered">; 27 def no_weak : FF<"no-weak", "Show only non-weak symbols">; 31 def print_size : FF<"print-size", "Show symbol size as well as address">; 37 def undefined_only : FF<"undefined-only", "Show only undefined symbols">; 48 def dyldinfo_only : FF<"dyldinfo-only", "Show only symbols from the dyldinfo">, Group<grp_mach_o>;
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | elf-disassemble-symbol-labels-exec.test | 1 ## Show which labels are printed in disassembly of an executable. 52 - Name: absolute # Show that absolute symbols are ignored. 55 - Name: other # Show that symbols from other sections are ignored.
|
| H A D | elf-disassemble-symbol-labels-rel.test | 1 ## Show which labels are printed in disassembly of a relocatable object. 54 - Name: absolute # Show that absolute symbols are ignored. 57 - Name: other # Show that symbols in other sections are ignored.
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | relocation-type.yaml | 1 ## Show how obj2yaml dumps relocation types. 3 ## Show that obj2yaml is able to dump relocation types when `e_machine` kind is unknown. 27 ## Show how obj2yaml dumps relocation types when `e_machine` kind is known.
|
| H A D | shstrtab.yaml | 1 ## Show that the SectionHeaderStringTable field in the document header is set, 6 ## Show the case when the name is a custom string (the key should be set). 26 ## Show the case when the e_shstrndx value is SHN_XINDEX and the name is not 55 ## Show the case when the string table section is also the symbol table's string 119 ## Show the case when the name is the default ".shstrtab" (the key should not be 138 ## Show the case when the e_shstrndx value is 0 and the name is ".shstrtab" (the 165 ## Show that if there are no section headers, the key is not set. 187 ## Show that a custom-named section header string table can be in a reordered 267 ## Show that a custom-named section header string table can be given different 296 ## Show that an error is reported if the section header string table name cannot [all …]
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfdump.rst | 40 Show a debug info entry's children when selectively printing with 58 Show DWARF form types after the DWARF attribute types. 62 Show help and usage for this command. 66 Show help and usage for this command without grouping the options 90 Show a debug info entry's parents when selectively printing with 110 Show the sizes of all debug sections, expressed in bytes. 135 Show the UUID for each architecture.
|
| H A D | llvm-cov.rst | 112 Show a summary of coverage for each function instead of just one summary for 222 Show coverage for branch conditions in terms of either count or percentage. 227 Show the execution counts for each line. Defaults to true, unless another 248 Show the execution counts for each line if there is only one region on the 266 Show code coverage only for functions with the given name. 328 Show code coverage only for functions with line coverage greater than the 338 Show code coverage only for functions with region coverage greater than the 404 Show statistics for all regions. Defaults to true. 408 Show statistics for all branch conditions. Defaults to true. 412 Show coverage summaries for each function. Defaults to false. [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | many-sections.test | 1 ## Show that llvm-objcopy can handle an input file with many sections. 25 ## Show that the .symtab_shndx section has the correct properties. 44 ## Show that the sh_link of the first section header is the section header table 49 ## Show that the symbols with section indexes around the reserved range still
|
| H A D | prefix-alloc-sections.test | 5 ## Show that an empty string is permitted as the argument to 10 ## Show that only the last prefix is applied.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-size/ |
| H A D | invalid-input.test | 1 ## Show that llvm-size reports an error when passed an input file in an 7 ## Show that llvm-size reports an error when passed an input file in an
|
| H A D | no-input.test | 1 ## Show that llvm-size emits an error if passed in a non-existent file. 6 ## Show that llvm-size reads a.out if not passed any file.
|
| /llvm-project-15.0.7/llvm/test/Transforms/IRCE/ |
| H A D | eq_ne.ll | 14 ; Show that IRCE can turn 'ne' condition to 'slt' in increasing IV when the IV 47 ; Show that IRCE can turn 'ne' condition to 'ult' in increasing IV when IV is 80 ; Show that if n is not known to be greater than the starting value, IRCE 109 ; Show that IRCE can turn 'eq' condition to 'sge' in increasing IV. 166 ; Show that IRCE can turn 'ne' condition to 'sgt' in decreasing IV. 198 ; Show that IRCE cannot turn 'ne' condition to 'sgt' in decreasing IV if the end 227 ; Show that IRCE can turn 'eq' condition to 'slt' in decreasing IV. 259 ; Show that IRCE cannot turn 'eq' condition to 'slt' in decreasing IV if the end
|
| /llvm-project-15.0.7/clang/docs/CommandGuide/ |
| H A D | diagtool.rst | 23 * :ref:`show_enabled` - Show which warnings are enabled for a given command line. 24 * :ref:`tree` - Show warning flags in a tree view.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | symbol-ordering-file.s | 25 ## Show that both --symbol-ordering-file and --symbol-ordering-file= work. 42 ## Show that a nonexistent symbol ordering file causes an error. 48 ## Show that an empty ordering file can be handled (symbols remain in their
|