llvm-project/llvm/test/tools/llvm-dwarfdump/X86
Georgii Rymar b6d77e792c [tools][tests] - Use --check-prefixes instead of multiple --check-prefix. NFCI.
There is no need to use `--check-prefix` multiple times.
It helps to improve readability/test maintainability.
This patch does it for all tools at once.

Differential revision: https://reviews.llvm.org/D78217
2020-04-17 12:35:25 +03:00
..
Inputs [llvm-dwarfdump] Add the --show-sections-sizes option 2020-04-02 13:14:30 +02:00
DW_AT_object_pointer.s
apple-names-die-offset-data.s
apple-names-die-offset-ref.s
apple_names_verify_data.s
apple_names_verify_form.s
apple_names_verify_num_atoms.s
apple_types_verify_tag.s
archive.test
brief.s DebugInfo: Allow dumping macinfo and macinfo.dwo from the same file 2020-01-31 12:47:50 -08:00
callsite-invalid.s
debug-abbrev.s [test][llvm-dwarfdump] Add missing testing for some --debug-* options 2019-12-11 13:42:54 +00:00
debug-line-dw-lne-end-sequence.s [DebugInfo] Fix verbose printing of rows added via DW_LNE_end_sequence 2019-12-19 12:54:04 +00:00
debug-line-dw-lns-copy.s
debug-line.s DWARFDebugLine.cpp: Format unknown line number standard opcodes 2020-01-15 10:45:50 -05:00
debug-names-find-dwo.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
debug-names-find.s
debug-names-many-tu.s
debug-names-misaligned.s
debug-names-multi-find.s
debug-names-verify-abbrev-duplicate.s
debug-names-verify-abbrev-forms.s
debug-names-verify-abbrev-short.s
debug-names-verify-buckets.s
debug-names-verify-completeness.s [DWARFVerifier] Use the new location list api 2019-11-22 10:08:39 +01:00
debug-names-verify-cu-lists.s
debug-names-verify-entries.s
debug-names-verify-no-buckets.s
debug-names-verify-short1.s [DWARF] Use DWARFDataExtractor::getInitialLength to parse debug_names 2020-03-02 11:21:23 +01:00
debug-names-verify-short2.s [DWARF] Use DWARFDataExtractor::getInitialLength to parse debug_names 2020-03-02 11:21:23 +01:00
debug-names-verify-short3.s
debug-names-verify-unhashed-names.s
debug-names-verify-wrong-hash.s
debug-verify-object.s
debug_addr.s
debug_addr_64bit_address.s
debug_addr_absent.s
debug_addr_address_size_mismatch.s [DebugInfo] Use "an address table" in diagnostic messages of DWARFDebugAddr. 2020-02-12 13:33:00 +07:00
debug_addr_address_size_not_multiple.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_addr_dwarf4.s [DebugInfo] Do not dump header field for pre-DWARFv5 address tables. 2020-02-12 13:33:00 +07:00
debug_addr_dwarf64.s [DebugInfo] Add support for DWARF64 into DWARFDebugAddr. 2020-02-12 13:33:01 +07:00
debug_addr_empty.s
debug_addr_invalid_addr_size.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_addr_rela.s [DebugInfo] Fix reading addresses in DWARFDebugAddr. 2020-02-12 13:32:59 +07:00
debug_addr_reserved_length.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_addr_segment_selector.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_addr_small_length_field.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_addr_too_small_for_extended_length_field.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_addr_too_small_for_length_field.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_addr_too_small_for_section.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_addr_unsupported_version.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_aranges-error.s llvm-dwarfdump: Return non-zero on error 2020-04-09 20:53:58 -07:00
debug_expr_convert.s
debug_expr_convert_generic.s [DebugInfo] Handle generic type DW_OP_convert ops in llvm-dwarfdump 2020-03-16 11:24:01 +01:00
debug_frame_GNU_args_size.s [DebugInfo] Fix printing CIE offsets in EH FDEs. 2020-02-25 17:10:29 +07:00
debug_frame_offset.test [DebugInfo] Do not truncate 64-bit values when dumping CIEs and FDEs. 2020-03-05 17:37:28 +07:00
debug_info_addrx.s DebugInfo: Don't use implicit zero addr_base 2019-12-18 16:28:19 -08:00
debug_info_min_dwarf64.s [DWARF] Fix DWARFUnit::getDebugInfoSize() for 64-bit DWARF. 2019-08-20 09:50:44 +00:00
debug_info_offset.test
debug_line_dwarf64_large_table.s [DWARFDebugLine] Use new DWARFDataExtractor::getInitialLength 2020-03-02 11:14:29 +01:00
debug_line_invalid.test [DWARFDebugLine] Use new DWARFDataExtractor::getInitialLength 2020-03-02 11:14:29 +01:00
debug_line_many_files_v5.s [DWARF] Fix v5 debug_line parsing of prologues with many files 2020-03-24 15:11:54 +01:00
debug_line_offset.test
debug_line_short_prologue.s [DWARFDebugLine] Check for (EOF) errors when parsing v5 content descriptors 2020-04-14 16:02:56 +02:00
debug_loc-OP_addr.s DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
debug_loc_OP_GNU_entry_value.s
debug_loc_OP_entry_value.s
debug_loc_base_address.s DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
debug_loc_dwo.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
debug_loc_offset.test DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
debug_loclists.s [tools][tests] - Use --check-prefixes instead of multiple --check-prefix. NFCI. 2020-04-17 12:35:25 +03:00
debug_loclists_multiple.s DWARFDebugLoclists: stricter base address handling 2019-11-14 10:01:48 +01:00
debug_loclists_nouse.s llvm-dwarfdump: Don't try to parse a debug_loclist contribution if this CU has no DW_AT_loclists_base 2020-04-14 15:54:13 -07:00
debug_loclists_startx_length.s DWARFDebugLoclists: add location list "interpretation" logic 2019-11-12 10:40:13 +01:00
debug_rnglists.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_rnglists_dwarf64.s [DWARF] Support DWARF64 in DWARFListTableHeader. 2019-09-05 06:49:05 +00:00
debug_rnglists_empty.s
debug_rnglists_invalid.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_rnglists_reserved_length.s Reapply "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries"" 2020-04-14 14:44:32 -07:00
debug_tls_relocs.s
debug_type_offset.test
debugloc.s DWARFDebugLoc(v4): Add an incremental parsing function 2019-11-15 13:38:00 +01:00
diff.test
dw_op_regval_type.s Add dwarfdump support for DW_OP_regval_type. 2020-01-29 10:02:23 -08:00
eh-frame-return-address-reg.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
empty-CU.s
enum.s
exprloc.s DebugInfo: Support dumping any exprloc as an expression 2019-12-23 19:18:47 -08:00
find.test
form.test
formclass2.s
formclass4.s
gnu_call_site.s
invalid_abstract_origin.s
lit.local.cfg
locstats.ll Revert "Reland "[DebugInfo] Enable the debug entry values feature by default"" 2020-02-20 14:41:39 +01:00
lookup.s llvm-dwarfdump: Return non-zero on error 2020-04-09 20:53:58 -07:00
multiple-sections.test
name.test
no_apple_names_verify.s
no_debug_addr.s [llvm/DWARF] Return section offset from DWARFUnit::get{Loc,Rng}listOffset 2019-12-05 12:35:09 +01:00
prettyprint_types.s
section_sizes_archive.test [llvm-dwarfdump] Add the --show-sections-sizes option 2020-04-02 13:14:30 +02:00
section_sizes_coff.test [llvm-dwarfdump] Add the --show-sections-sizes option 2020-04-02 13:14:30 +02:00
section_sizes_elf.test [llvm-dwarfdump] Add the --show-sections-sizes option 2020-04-02 13:14:30 +02:00
section_sizes_fat_binary.test [llvm-dwarfdump] Add the --show-sections-sizes option 2020-04-02 13:14:30 +02:00
section_sizes_macho.test [llvm-dwarfdump] Add the --show-sections-sizes option 2020-04-02 13:14:30 +02:00
section_sizes_no_debug_sections.test [llvm-dwarfdump] Add the --show-sections-sizes option 2020-04-02 13:14:30 +02:00
statistics-base-address.s [llvm-dwarfdump][Statistics] Unify coverage statistic computation 2019-12-08 15:46:49 +03:00
statistics-dwo.test [llvm-dwarfdump][Statistics] Unify coverage statistic computation 2019-12-08 15:46:49 +03:00
statistics-v3.test [llvm-dwarfdump][Statistics] Unify coverage statistic computation 2019-12-08 15:46:49 +03:00
statistics.ll [llvm] Fix missing FileCheck directive colons 2020-04-06 09:59:08 -06:00
stats-dbg-callsite-info.ll [CallSiteInfo] Enable the call site info only for -g + optimizations 2020-03-09 12:12:44 +01:00
stats-inlining-multi-cu.ll
stats-inlining-single-cu.ll
stats-mulitple-cu-out-of-line.ll [llvm-dwarfdump][Statistics] Count more than one conrete out-of-line instances of a function 2020-01-28 20:52:19 +02:00
stats-multiple-cu-members.ll [llvm-dwarfdump][Statistics] Make calculations of vars in global scope more accurate 2020-01-28 20:52:20 +02:00
stats-multiple-cu-same-name.ll [llvm-dwarfdump][Statistics] Distinguish functions/variables with same name across different CUs 2020-01-28 19:50:46 +02:00
stripped.test
typeunit-name.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
typeunit-v4-dwarf64.s [DWARF] Fix reading 64-bit DWARF type units. 2019-08-20 12:52:32 +00:00
typeunit-v5-dwarf64.s [DWARF] Fix reading 64-bit DWARF type units. 2019-08-20 12:52:32 +00:00
valid-call-site-GNU-extensions.ll Revert "Reland "[DebugInfo] Enable the debug entry values feature by default"" 2020-02-20 14:41:39 +01:00
verbose.test
verify_broken_exprloc.s
verify_compatible_tags.s
verify_debug_abbrev.s [DebugInfo][test] Fix section flags/type to avoid warning/error in the future 2020-02-18 20:51:41 -08:00
verify_debug_info.s
verify_debug_info2.s
verify_die_ranges.s
verify_no_linkage_name.s
verify_strings.s
verify_unit_header_chain.s