1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/include/llvm/ExecutionEngine
Lang Hames 2d682bd2a2 [ORC] Introduce ExecutorAddress type, fix broken LLDB bot.
ExecutorAddressRange depended on JITTargetAddress, but JITTargetAddress is
defined in ExecutionEngine, which OrcShared should not depend on.

This seems like as good a time as any to introduce a new ExecutorAddress type
to eventually replace JITTargetAddress. For now it's just another uint64_t
alias, but it will soon be changed to a class type to provide greater type
safety.
2021-07-08 16:31:59 +10:00
..
JITLink [NFC] Remove some include cycles 2021-06-08 14:00:39 +02:00
Orc [ORC] Introduce ExecutorAddress type, fix broken LLDB bot. 2021-07-08 16:31:59 +10:00
ExecutionEngine.h [ORC] Remove OrcV1 APIs. 2020-10-18 21:02:44 -07:00
GenericValue.h
Interpreter.h
JITEventListener.h Remove some unused <vector> includes. NFCI. 2021-01-06 15:50:29 +00:00
JITSymbol.h [RuntimeDyld] Add allowStubs/allowZeroSyms 2021-05-18 11:35:27 -07:00
MCJIT.h
ObjectCache.h ObjectCache.h - replace unnecessary MemoryBuffer.h include with forward declarations. NFC. 2020-05-19 13:12:41 +01:00
OProfileWrapper.h
OrcMCJITReplacement.h
OrcV1Deprecation.h [ORC] Add deprecation warnings to ORCv1 layers and utilities. 2019-07-17 16:40:52 +00:00
RTDyldMemoryManager.h
RuntimeDyld.h [RuntimeDyld] Add allowStubs/allowZeroSyms 2021-05-18 11:35:27 -07:00
RuntimeDyldChecker.h [JITLink] Switch from StringRef to ArrayRef<char>, add some generic x86-64 utils 2021-03-30 21:07:24 -07:00
SectionMemoryManager.h [llvm] Fix header guards (NFC) 2021-02-05 21:02:06 -08:00