llvm-6502/lib/ExecutionEngine/RuntimeDyld
Eli Bendersky d98c9e918c RuntimeDyld code cleanup:
- There's no point having a different type for the local and global symbol
  tables.
- Renamed SymbolTable to GlobalSymbolTable to clarify the intention
- Improved const correctness where relevant



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155898 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-01 06:58:59 +00:00
..
CMakeLists.txt
GDBRegistrar.cpp Add files which were not included by commit 154868. 2012-04-16 22:26:48 +00:00
JITRegistrar.h Add files which were not included by commit 154868. 2012-04-16 22:26:48 +00:00
LLVMBuild.txt
Makefile
ObjectImage.h Fix some formatting, grammar and style issues and add a couple of missing comments. 2012-04-29 12:40:47 +00:00
RuntimeDyld.cpp RuntimeDyld code cleanup: 2012-05-01 06:58:59 +00:00
RuntimeDyldELF.cpp RuntimeDyld code cleanup: 2012-05-01 06:58:59 +00:00
RuntimeDyldELF.h RuntimeDyld code cleanup: 2012-05-01 06:58:59 +00:00
RuntimeDyldImpl.h RuntimeDyld code cleanup: 2012-05-01 06:58:59 +00:00
RuntimeDyldMachO.cpp RuntimeDyld code cleanup: 2012-05-01 06:58:59 +00:00
RuntimeDyldMachO.h RuntimeDyld code cleanup: 2012-05-01 06:58:59 +00:00