llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
Reid Kleckner dafc5d75ea Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h
This helps to mitigate the conflict between COFF.h and winnt.h, which is
PR28399.

llvm-svn: 274637
2016-07-06 16:56:42 +00:00
..
Targets ExecutionEngine: silence unused value warning 2016-06-24 14:31:09 +00:00
CMakeLists.txt modules: Add explicit dependency on intrinsics_gen 2015-06-16 00:44:12 +00:00
LLVMBuild.txt
RTDyldMemoryManager.cpp [RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInProcess. 2016-03-03 21:23:15 +00:00
RuntimeDyld.cpp Reformat blank lines. 2016-07-04 01:26:33 +00:00
RuntimeDyldCOFF.cpp ExecutionEngine: add preliminary support for COFF ARM 2016-06-24 14:11:44 +00:00
RuntimeDyldCOFF.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
RuntimeDyldChecker.cpp Apply another batch of fixes from clang-tidy's performance-unnecessary-value-param. 2016-06-17 20:41:14 +00:00
RuntimeDyldCheckerImpl.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
RuntimeDyldELF.cpp [RuntimeDyld] Support R_390_PC64 relocation type 2016-05-13 17:23:48 +00:00
RuntimeDyldELF.h Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h 2016-07-06 16:56:42 +00:00
RuntimeDyldImpl.h [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld. 2016-04-27 20:24:48 +00:00
RuntimeDyldMachO.cpp [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld. 2016-04-27 20:24:48 +00:00
RuntimeDyldMachO.h [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld. 2016-04-27 20:24:48 +00:00