1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/ObjectYAML/MachO
Xing GUO 0504b3725a [DWARFYAML][debug_info] Make the 'Values' field optional.
This patch makes the 'Values' field optional. This is useful when we
handcraft the terminating entry of DIEs.

```
debug_info:
  - Version:  4
    ...
    Entries:
      - AbbrCode: 1
        Values:
          - Value: 0x1234
      - AbbrCode: 0 ## Termination
```

Reviewed By: jhenderson, grimar

Differential Revision: https://reviews.llvm.org/D85397
2020-08-06 20:43:52 +08:00
..
BigEndian.yaml
bind_opcode.yaml
bogus_load_command.yaml
build_version_command.yaml
DWARF2-AddrSize8-FormValues.yaml [DWARFYAML] Use yaml::Hex64 rather than uint64_t as length. NFC. 2020-07-22 10:20:01 +08:00
DWARF5-abbrevValues.yaml [DWARFYAML][debug_abbrev] Make the abbreviation code optional. 2020-06-18 13:02:54 +08:00
DWARF5-debug_info.yaml [DWARFYAML][debug_info] Make the 'Values' field optional. 2020-08-06 20:43:52 +08:00
DWARF-BigEndian.yaml [DWARFYAML][debug_abbrev] Make the abbreviation code optional. 2020-06-18 13:02:54 +08:00
DWARF-debug_abbrev.yaml [DWARFYAML][debug_abbrev] Make the abbreviation code optional. 2020-06-18 13:02:54 +08:00
DWARF-debug_aranges.yaml [DWARFYAML][debug_aranges] Use yaml::Hex64 rather than uint64_t as length. NFC. 2020-07-31 23:31:04 +08:00
DWARF-debug_info.yaml [DWARFYAML][debug_info] Make the 'Values' field optional. 2020-08-06 20:43:52 +08:00
DWARF-debug_line.yaml [DWARFYAML] Make the field names consistent with the DWARF spec. NFC. 2020-07-29 23:10:08 +08:00
DWARF-debug_ranges.yaml [DWARFYAML][debug_info] Replace 'InitialLength' with 'Format' and 'Length'. 2020-06-30 16:28:39 +08:00
DWARF-debug_str.yaml
DWARF-LittleEndian.yaml [DWARFYAML][debug_abbrev] Make the abbreviation code optional. 2020-06-18 13:02:54 +08:00
DWARF-pubsections.yaml [yaml2obj][MachO] - Fix PubName/PubType handling. 2020-06-12 12:03:51 +03:00
dylib_dylinker_command.yaml
export_trie.yaml
fat_macho_i386_x86_64.yaml [ObjectYAML][MachO] Add error handling in MachOEmitter. 2020-05-28 09:54:46 +08:00
lazy_bind_opcode.yaml
LittleEndian.yaml
load_commands.yaml
mach_header_32_malformed.yaml
mach_header_64.yaml
mach_header.yaml
null_string_entries.yaml
out_of_order_linkedit.yaml
rebase_opcode.yaml
relocations_arm64.yaml
relocations_armv7.yaml
relocations_empty.yaml
relocations_ppc_big_endian.yaml
relocations_x86_64.yaml
section_data.yaml
sections.yaml [ObjectYAML][MachO] Add error handling in MachOEmitter. 2020-05-28 09:54:46 +08:00
symtab.yaml
virtual_section.yaml
weak_bind_opcode.yaml