1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 08:23:21 +01:00
llvm-mirror/include/llvm/ExecutionEngine
Dylan Noblesmith 0cb8d6819b ExecutionEngine: refactor interface
The OptLevel is now redundant with the TargetMachine*.
And selectTarget() isn't really JIT-specific and could probably
get refactored into one of the lower level libraries.

llvm-svn: 146355
2011-12-12 04:20:36 +00:00
..
ExecutionEngine.h ExecutionEngine: refactor interface 2011-12-12 04:20:36 +00:00
GenericValue.h
Interpreter.h
JIT.h
JITEventListener.h Delete names for unused parameters in inline function definitions in headers, so LLVM users can compile with -Wunused-parameter. PR11257; based on patch by Kevin Harris. 2011-11-04 18:11:56 +00:00
JITMemoryManager.h
MCJIT.h
RuntimeDyld.h