llvm-6502/lib/Object
Benjamin Kramer 8a6788c3b7 cstdint is a C++11 header, LLVM provides its own version of it.
Some versions of libstdc++ forbid using cstdint in C++98 mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201812 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-20 21:05:21 +00:00
..
Archive.cpp Be a bit more consistent about using ErrorOr when constructing Binary objects. 2014-01-21 23:06:54 +00:00
Binary.cpp Make createObjectFile's signature a bit less error prone. 2014-01-29 00:02:26 +00:00
CMakeLists.txt
COFFObjectFile.cpp cstdint is a C++11 header, LLVM provides its own version of it. 2014-02-20 21:05:21 +00:00
COFFYAML.cpp
ELF.cpp [Sparc] Add support for sparc relocation types in ELF object file. 2014-01-26 03:21:28 +00:00
ELFObjectFile.cpp Make ObjectFile ownership of the MemoryBuffer optional. 2014-01-24 21:32:21 +00:00
ELFYAML.cpp
Error.cpp
LLVMBuild.txt
MachOObjectFile.cpp Change the begin and end methods in ObjectFile to match the style guide. 2014-02-10 20:24:04 +00:00
MachOUniversal.cpp Be a bit more consistent about using ErrorOr when constructing Binary objects. 2014-01-21 23:06:54 +00:00
Makefile
Object.cpp Change the begin and end methods in ObjectFile to match the style guide. 2014-02-10 20:24:04 +00:00
ObjectFile.cpp Make ObjectFile ownership of the MemoryBuffer optional. 2014-01-24 21:32:21 +00:00
YAML.cpp