llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
Lang Hames 951b235be2 Make createObjectImage and createObjectImageFromFile static methods on the
relevant subclasses of RuntimeDyldImpl. This allows construction of
RuntimeDyldImpl instances to be deferred until after the target architecture is
known.

llvm-svn: 203352
2014-03-08 18:45:12 +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++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 07:51:20 +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 [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 07:51:20 +00:00
RuntimeDyld.cpp Make createObjectImage and createObjectImageFromFile static methods on the 2014-03-08 18:45:12 +00:00
RuntimeDyldELF.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 07:51:20 +00:00
RuntimeDyldELF.h Make createObjectImage and createObjectImageFromFile static methods on the 2014-03-08 18:45:12 +00:00
RuntimeDyldImpl.h Make createObjectImage and createObjectImageFromFile static methods on the 2014-03-08 18:45:12 +00:00
RuntimeDyldMachO.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
RuntimeDyldMachO.h Make createObjectImage and createObjectImageFromFile static methods on the 2014-03-08 18:45:12 +00:00