llvm-project/llvm/lib/ExecutionEngine/Interpreter
Rafael Espindola c4a03483f4 Drop materializeAllPermanently.
This inlines materializeAll into the only caller
(materializeAllPermanently) and renames materializeAllPermanently to
just materializeAll.

llvm-svn: 256024
2015-12-18 20:13:39 +00:00
..
CMakeLists.txt Raising minimum required CMake version to 2.8.12.2. 2015-03-23 20:03:57 +00:00
Execution.cpp [ExecutionEngine] Garbage collect some dead (and unsafe) code. 2015-10-22 18:46:27 +00:00
ExternalFunctions.cpp Fix ffiInvoke() use of DataLayout, broken in 242414 2015-07-16 22:23:09 +00:00
Interpreter.cpp Drop materializeAllPermanently. 2015-12-18 20:13:39 +00:00
Interpreter.h Fix -Wmismatched-tags error in modules build by removing unused forward declaration. 2015-10-15 01:15:26 +00:00
LLVMBuild.txt
Makefile