llvm-6502/unittests/ExecutionEngine/JIT
NAKAMURA Takumi 2ab1641041 MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windows x64.
In import thunk, jmp is:
  - On x86, 0xFF 0x25 [disp32].
  - On x64, 0xFF 0x25 [pcrel32].

See also my r144178.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203523 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-11 00:34:38 +00:00
..
CMakeLists.txt
IntelJITEventListenerTest.cpp
JITEventListenerTest.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
JITEventListenerTestCommon.h Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
JITMemoryManagerTest.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
JITTest.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
JITTests.def
Makefile
MultiJITTest.cpp MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windows x64. 2014-03-11 00:34:38 +00:00
OProfileJITEventListenerTest.cpp