1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/include/llvm/ExecutionEngine
Lang Hames bc1c0d9785 [RTDyld] Fix a bug in RTDyldMemoryManager::deregisterEHFrames.
It should forward to deregisterEHFramesInProcess by default, not
registerEHFramesInProcess.

No test case: I haven't come up with a good way to unit test EH frame
registration yet.

llvm-svn: 283123
2016-10-03 17:34:56 +00:00
..
Orc Fix MSVC 2013 build by using our <thread> wrapper header 2016-09-13 18:40:04 +00:00
ExecutionEngine.h Use StringRef instead of raw pointer in ExecutionEngine 2016-10-01 06:22:04 +00:00
GenericValue.h Add missing #include to fix build 2016-04-16 17:39:40 +00:00
Interpreter.h Remove useless hack that avoids calling LLVMLinkInInterpreter() 2015-12-07 22:27:19 +00:00
JITEventListener.h Turn LLVM_USE_OPROFILE into a 0/1 definition. 2016-09-30 19:55:37 +00:00
JITSymbol.h Without explicitly including <string>, I'm getting an error on the new code in this file. Won't present an issue for anyone that isn't having the same trouble as me. 2016-08-09 20:32:59 +00:00
MCJIT.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ObjectCache.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ObjectMemoryBuffer.h Use StringRef for MemoryBuffer identifier API (NFC) 2016-10-01 16:38:28 +00:00
OProfileWrapper.h
OrcMCJITReplacement.h [Orc] New JIT APIs. 2015-01-23 21:25:00 +00:00
RTDyldMemoryManager.h [RTDyld] Fix a bug in RTDyldMemoryManager::deregisterEHFrames. 2016-10-03 17:34:56 +00:00
RuntimeDyld.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
RuntimeDyldChecker.h Make header self-contained. NFC. 2016-05-27 15:21:30 +00:00
SectionMemoryManager.h [SectionMemoryManager] Make better use of virtual memory 2015-12-16 11:13:23 +00:00