llvm-6502/include/llvm/ExecutionEngine
Keno Fischer bea6fb975e [MCJIT] Add a FindGlobalVariableNamed utility
Summary: This adds FindGlobalVariableNamed to ExecutionEngine
(plus implementation in MCJIT), which is an analog of
FindFunctionNamed for GlobalVariables.

Reviewers: lhames

Reviewed By: lhames

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10421

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240202 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-20 00:55:58 +00:00
..
Orc [Orc] Tidy up the CompileOnDemand layer based on commit review from dblaikie. 2015-06-12 22:22:50 +00:00
ExecutionEngine.h [MCJIT] Add a FindGlobalVariableNamed utility 2015-06-20 00:55:58 +00:00
GenericValue.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Interpreter.h
JITEventListener.h
JITSymbolFlags.h [Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by 2015-03-11 00:43:26 +00:00
MCJIT.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
ObjectCache.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
ObjectMemoryBuffer.h
OProfileWrapper.h
OrcMCJITReplacement.h
RTDyldMemoryManager.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
RuntimeDyld.h Re-unique_ptrify LoadedObjectInfo::clone after it was reverted due to some other changes that broke on GCC around the same time 2015-06-04 20:54:32 +00:00
RuntimeDyldChecker.h [Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by 2015-03-11 00:43:26 +00:00
SectionMemoryManager.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00