aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/SymbolicFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-28Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama1-1/+4
2015-08-28Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama1-46/+1
2015-08-28Object: Teach llvm-ar to create symbol table for COFF short import files.Rui Ueyama1-1/+46
2015-02-25Object: Handle Mach-O kext bundle filesJustin Bogner1-0/+1
2014-12-09Rename createIRObjectFile to just create.Rafael Espindola1-2/+2
2014-11-18Support ELF files of unknown type.Michael J. Spencer1-0/+1
2014-09-18LTO: introduce object file-based on-disk module format.Peter Collingbourne1-3/+17
2014-09-03unique_ptrify IRObjectFile::createIRObjectFileDavid Blaikie1-2/+1
2014-09-03Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.David Blaikie1-1/+2
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-9/+7
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-1/+1
2014-06-24Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola1-3/+4
2014-06-23Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola1-2/+3
2014-06-23Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola1-9/+5
2014-02-21Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola1-0/+67