1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib/ExecutionEngine/RuntimeDyld
Rafael Espindola 7d9df9376a Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.
The implemented RuntimeDyldImpl interface is public. Everything else is private.
Since these classes are not inherited from (yet), there is no need to have
protected members.

llvm-svn: 180733
2013-04-29 22:06:33 +00:00
..
CMakeLists.txt Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld 2012-11-28 01:02:06 +00:00
GDBRegistrar.cpp Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mangling prefix to this symbol. 2012-12-24 09:42:27 +00:00
JITRegistrar.h
LLVMBuild.txt
Makefile
ObjectImageCommon.h Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. 2013-01-25 22:50:58 +00:00
RuntimeDyld.cpp Use a RelocationRef instead of a relocation_iterator. 2013-04-29 19:03:21 +00:00
RuntimeDyldELF.cpp Use a RelocationRef instead of a relocation_iterator. 2013-04-29 19:03:21 +00:00
RuntimeDyldELF.h Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF. 2013-04-29 22:06:33 +00:00
RuntimeDyldImpl.h Update the documentation. 2013-04-29 19:33:51 +00:00
RuntimeDyldMachO.cpp Use a RelocationRef instead of a relocation_iterator. 2013-04-29 19:03:21 +00:00
RuntimeDyldMachO.h Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF. 2013-04-29 22:06:33 +00:00