1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/ExecutionEngine/Orc
Lang Hames 6c57b5088a [ORC] Switch to shared_ptr ownership for SymbolSources in VSOs.
This makes it easy to free a SymbolSource (and any related
resources) when the last reference in a VSO is dropped.

llvm-svn: 325727
2018-02-21 21:55:57 +00:00
..
CMakeLists.txt [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an 2018-01-22 03:00:31 +00:00
Core.cpp [ORC] Switch to shared_ptr ownership for SymbolSources in VSOs. 2018-02-21 21:55:57 +00:00
ExecutionUtils.cpp
IndirectionUtils.cpp
Legacy.cpp [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries. 2018-02-14 22:12:56 +00:00
LLVMBuild.txt
NullResolver.cpp [ORC] Switch to shared_ptr ownership for AsynchronousSymbolQueries. 2018-02-14 22:12:56 +00:00
OrcABISupport.cpp
OrcCBindings.cpp
OrcCBindingsStack.h [ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> rather 2018-02-21 21:55:49 +00:00
OrcError.cpp [ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while I 2018-01-05 22:50:43 +00:00
OrcMCJITReplacement.cpp
OrcMCJITReplacement.h [ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> rather 2018-02-21 21:55:49 +00:00
RPCUtils.cpp