1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Object
Rafael Espindola a11df1035e Make ObjectFile ownership of the MemoryBuffer optional.
This allows llvm-ar to mmap the input files only once.

llvm-svn: 200040
2014-01-24 21:32: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 ObjectFile ownership of the MemoryBuffer optional. 2014-01-24 21:32:21 +00:00
CMakeLists.txt [Object] Split the ELF interface into 3 parts. 2013-08-08 22:27:13 +00:00
COFFObjectFile.cpp Make ObjectFile ownership of the MemoryBuffer optional. 2014-01-24 21:32:21 +00:00
COFFYAML.cpp Print symbol names in relocations when dumping COFF as YAML. 2013-06-06 13:06:17 +00:00
ELF.cpp Support for microMIPS TLS relocations. 2013-12-19 16:02:32 +00:00
ELFObjectFile.cpp Make ObjectFile ownership of the MemoryBuffer optional. 2014-01-24 21:32:21 +00:00
ELFYAML.cpp ELF: Add support for the exclude section bit for gas compat. 2013-09-15 19:53:20 +00:00
Error.cpp Basic support for parsing Mach-O universal binaries in LLVMObject library 2013-06-18 15:03:28 +00:00
LLVMBuild.txt
MachOObjectFile.cpp Make ObjectFile ownership of the MemoryBuffer optional. 2014-01-24 21:32:21 +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 createObjectFile to return an ErrorOr. 2014-01-22 00:14:49 +00:00
ObjectFile.cpp Make ObjectFile ownership of the MemoryBuffer optional. 2014-01-24 21:32:21 +00:00
YAML.cpp Add missing #include's to cctype when using isdigit/alpha/etc. 2013-10-12 00:55:57 +00:00