1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/ObjectYAML
Xing GUO 165f2e373f [DWARFYAML][debug_info] Use 'AbbrCode' to index the abbreviation.
Before this patch, we use `(uint32_t)AbbrCode - (uint32_t)FirstAbbrCode` to index the abbreviation. It's impossible for we to use the preceeding abbreviation of the previous one (e.g., if the previous DIE's `AbbrCode` is 2, we are unable to use the abbreviation with index 1). In this patch, we use `AbbrCode` to index the abbreviation directly.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D82173
2020-06-22 21:34:02 +08:00
..
CMakeLists.txt
CodeViewYAMLDebugSections.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
CodeViewYAMLSymbols.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
CodeViewYAMLTypeHashing.cpp
CodeViewYAMLTypes.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
COFFEmitter.cpp [PDB] Remove unique_ptr wrapper around C13 line table subsections 2020-05-02 16:35:07 -07:00
COFFYAML.cpp
DWARFEmitter.cpp [DWARFYAML][debug_abbrev] Make the abbreviation code optional. 2020-06-18 13:02:54 +08:00
DWARFVisitor.cpp [DWARFYAML][debug_info] Use 'AbbrCode' to index the abbreviation. 2020-06-22 21:34:02 +08:00
DWARFVisitor.h
DWARFYAML.cpp [ObjectYAML][ELF] Add support for emitting the .debug_info section. 2020-06-20 12:13:01 +08:00
ELFEmitter.cpp [ObjectYAML][ELF] Add support for emitting the .debug_info section. 2020-06-20 12:13:01 +08:00
ELFYAML.cpp [AMDGPU] Add gfx1030 target 2020-06-15 16:18:05 -07:00
LLVMBuild.txt
MachOEmitter.cpp [ObjectYAML] Add support for error handling in DWARFYAML. NFC. 2020-06-08 22:49:29 +08:00
MachOYAML.cpp [ObjectYAML][DWARF] Let the target address size be inferred from FileHeader. 2020-06-14 12:42:20 +08:00
MinidumpEmitter.cpp
MinidumpYAML.cpp
ObjectYAML.cpp
WasmEmitter.cpp [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocs 2020-06-15 10:07:42 -07:00
WasmYAML.cpp [WebAssembly] Move event section before global section 2020-03-25 11:49:03 -07:00
XCOFFYAML.cpp
yaml2obj.cpp [yaml2obj] - Introduce a 10 Mb limit of the output by default and a --max-size option. 2020-06-10 15:23:59 +03:00
YAML.cpp