llvm-6502/lib/ExecutionEngine/RuntimeDyld
Ahmed Charles b83a67e1e3 Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
- Use unsigned literals when the desired result is unsigned. This mostly allows unsigned/signed mismatch warnings to be less noisy even if they aren't on by default.
- Remove misplaced llvm_unreachable.
- Add static to a declaration of a function on MSVC x86 only.
- Change some instances of calling a static function through a variable to simply calling that function while removing the unused variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150364 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-13 06:30:56 +00:00
..
CMakeLists.txt
DyldELFObject.h Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly 2012-02-12 06:12:10 +00:00
LLVMBuild.txt
Makefile
RuntimeDyld.cpp
RuntimeDyldELF.cpp
RuntimeDyldELF.h
RuntimeDyldImpl.h
RuntimeDyldMachO.cpp Fix various issues (or do cleanups) found by enabling certain MSVC warnings. 2012-02-13 06:30:56 +00:00
RuntimeDyldMachO.h