aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/SymbolicFile.cpp
AgeCommit message (Expand)AuthorFilesLines
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