llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
Rafael Espindola 6304e94108 Pass a std::unique_ptr& to the create??? methods is lib/Object.
This makes the buffer ownership on error conditions very natural. The buffer
is only moved out of the argument if an object is constructed that now
owns the buffer.

llvm-svn: 211546
2014-06-23 22:00:37 +00:00
..
CMakeLists.txt Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld 2012-11-28 01:02:06 +00:00
GDBRegistrar.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
JITRegistrar.h [weak vtables] Remove a bunch of weak vtables 2013-11-19 00:57:56 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
ObjectImageCommon.h Pass a std::unique_ptr& to the create??? methods is lib/Object. 2014-06-23 22:00:37 +00:00
RuntimeDyld.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
RuntimeDyldELF.cpp [RuntimeDyld] Fix ppc64 stub relocations on little-endian 2014-06-20 18:17:56 +00:00
RuntimeDyldELF.h Remove all uses of 'using std::error_code' from headers. 2014-06-13 01:25:41 +00:00
RuntimeDyldImpl.h Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value in place 2014-06-14 13:18:07 +00:00
RuntimeDyldMachO.cpp AArch64/ARM64: move ARM64 into AArch64's place 2014-05-24 12:50:23 +00:00
RuntimeDyldMachO.h AArch64/ARM64: move ARM64 into AArch64's place 2014-05-24 12:50:23 +00:00