hanchenye-llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
David Blaikie fba8b20d98 unique_ptrify RuntimeDyldImpl::loadObject
I'm not sure this is a particularly helpful API (to pass ownership and
then return it unconditionally) rather than just pass the underlying
object by non-const reference, but this was the original API so I'll
just make it more safe/stable and anyone else is free to adjust that at
their whim, of course.

llvm-svn: 217081
2014-09-03 21:34:34 +00:00
..
Targets Add override to overriden virtual methods, remove virtual keywords. 2014-09-03 11:41:21 +00:00
CMakeLists.txt [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld. 2014-06-27 20:20:57 +00:00
GDBRegistrar.cpp
JITRegistrar.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
LLVMBuild.txt Fix build following r211956 2014-06-28 06:31:47 +00:00
Makefile
ObjectImageCommon.h unique_ptrify a bunch of stuff through RuntimeDyld::loadObject 2014-09-03 19:48:09 +00:00
RuntimeDyld.cpp unique_ptrify RuntimeDyldImpl::loadObject 2014-09-03 21:34:34 +00:00
RuntimeDyldChecker.cpp [MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentally 2014-09-03 05:42:52 +00:00
RuntimeDyldCheckerImpl.h [MCJIT] Add a 'section_addr' builtin function to RuntimeDyldChecker. 2014-09-03 05:01:46 +00:00
RuntimeDyldELF.cpp unique_ptrify a bunch of stuff through RuntimeDyld::loadObject 2014-09-03 19:48:09 +00:00
RuntimeDyldELF.h unique_ptrify a bunch of stuff through RuntimeDyld::loadObject 2014-09-03 19:48:09 +00:00
RuntimeDyldImpl.h unique_ptrify RuntimeDyldImpl::loadObject 2014-09-03 21:34:34 +00:00
RuntimeDyldMachO.cpp [MCJIT] Move endian-aware read/writes from RuntimeDyldMachO into 2014-08-29 23:17:47 +00:00
RuntimeDyldMachO.h unique_ptrify a bunch of stuff through RuntimeDyld::loadObject 2014-09-03 19:48:09 +00:00