1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/include/llvm/ObjectYAML
Zachary Turner c5632126fc Move Object format code to lib/BinaryFormat.
This creates a new library called BinaryFormat that has all of
the headers from llvm/Support containing structure and layout
definitions for various types of binary formats like dwarf, coff,
elf, etc as well as the code for identifying a file from its
magic.

Differential Revision: https://reviews.llvm.org/D33843

llvm-svn: 304864
2017-06-07 03:48:56 +00:00
..
CodeViewYAMLDebugSections.h [CodeView] Handle Cross Module Imports and Exports. 2017-06-05 21:40:33 +00:00
CodeViewYAMLSymbols.h [CodeView] Properly align symbol records on read/write. 2017-06-01 21:52:41 +00:00
CodeViewYAMLTypes.h [ObjectYAML] Split CodeViewYAML into 3 pieces. 2017-05-31 04:17:13 +00:00
COFFYAML.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
DWARFEmitter.h
DWARFYAML.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
ELFYAML.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
MachOYAML.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
ObjectYAML.h [WebAssembly] Improve support for WebAssembly binary format 2017-03-30 19:44:09 +00:00
WasmYAML.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
YAML.h