llvm-6502/tools/yaml2obj
Sean Silva c18f66e70d [yaml2obj][ELF] Add the section name -> section index map to State.
One of the key things that the YAML format abstracts over is the use of
section numbers for referencing sections. Instead, textual section names
are used, which yaml2obj then translates into appropriate section
numbers. (Technically ELF doesn't care about section names (only section
numbers), but since this is a testing tool, readability counts).

This simplifies using section names as symbolic references in various
parts of the code. An upcoming commit will use this to allow symbols to
reference sections.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184467 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-20 20:59:34 +00:00
..
CMakeLists.txt
Makefile
yaml2coff.cpp
yaml2elf.cpp [yaml2obj][ELF] Add the section name -> section index map to State. 2013-06-20 20:59:34 +00:00
yaml2obj.cpp
yaml2obj.h