llvm/lib/ExecutionEngine
Lang Hames c12323739a [MCJIT] Fix some inconsistent handling of name mangling inside MCJIT.
This patch moves symbol mangling from findSymbol to getSymbolAddress. The
findSymbol, findExistingSymbol and findModuleForSymbol methods now always take
a mangled name, allowing the 'demangle-and-retry' cruft to be removed from
findSymbol. See http://llvm.org/PR28699 for details.

Patch by James Holderness. Thanks very much James!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281238 91177308-0d34-0410-b5e6-96231b3b80d8
2016-09-12 17:19:24 +00:00
..
IntelJITEvents
Interpreter
MCJIT [MCJIT] Fix some inconsistent handling of name mangling inside MCJIT. 2016-09-12 17:19:24 +00:00
OProfileJIT
Orc [ORC] Clone module flags metadata into the globals module in the 2016-09-04 17:53:30 +00:00
RuntimeDyld
CMakeLists.txt
ExecutionEngine.cpp [ExecutionEngine] Move ObjectCache::anchor from MCJIT to ExecutionEngine. 2016-09-04 07:24:11 +00:00
ExecutionEngineBindings.cpp
GDBRegistrationListener.cpp
LLVMBuild.txt
SectionMemoryManager.cpp
TargetSelect.cpp