llvm-mirror/lib/ExecutionEngine/RuntimeDyld
Rafael Espindola 4007ec608c Simplify getSymbolFlags.
None of the object formats require extra parsing to compute these flags,
so the method cannot fail.

llvm-svn: 200574
2014-01-31 20:57:12 +00:00
..
CMakeLists.txt
GDBRegistrar.cpp Attempt to fix the MSVC build. 2014-01-16 05:09:32 +00:00
JITRegistrar.h [weak vtables] Remove a bunch of weak vtables 2013-11-19 00:57:56 +00:00
LLVMBuild.txt
Makefile
ObjectImageCommon.h Change createObjectFile to return an ErrorOr. 2014-01-22 00:14:49 +00:00
RuntimeDyld.cpp Simplify getSymbolFlags. 2014-01-31 20:57:12 +00:00
RuntimeDyldELF.cpp Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
RuntimeDyldELF.h Fix known typos 2014-01-24 17:20:08 +00:00
RuntimeDyldImpl.h Re-apply r196639: Add support for archives and object file caching under MCJIT. 2014-01-08 04:09:09 +00:00
RuntimeDyldMachO.cpp Add support for PC-relative non-extern relocations to RuntimeDyldMachO. 2014-01-29 18:31:35 +00:00
RuntimeDyldMachO.h Re-apply r196639: Add support for archives and object file caching under MCJIT. 2014-01-08 04:09:09 +00:00