1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/lib/ExecutionEngine/Orc
Lang Hames d1a7c9bf5c [Object] Change Archive::findSym to return an Expected<Optional<Child>>.
As suggested by Rafael in review of D22079 - this was accidentally left out of
the final commit (r275316).

llvm-svn: 275469
2016-07-14 20:44:27 +00:00
..
CMakeLists.txt [Orc] Merge some common code for creating CompileCallbackManagers and 2016-05-26 17:20:35 +00:00
ExecutionUtils.cpp
IndirectionUtils.cpp IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
LLVMBuild.txt
NullResolver.cpp
OrcABISupport.cpp
OrcCBindings.cpp [Orc] Merge some common code for creating CompileCallbackManagers and 2016-05-26 17:20:35 +00:00
OrcCBindingsStack.h [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol. 2016-05-31 23:14:26 +00:00
OrcError.cpp Add FIXMEs to all derived classes of std::error_category. 2016-05-24 20:13:46 +00:00
OrcMCJITReplacement.cpp
OrcMCJITReplacement.h [Object] Change Archive::findSym to return an Expected<Optional<Child>>. 2016-07-14 20:44:27 +00:00
OrcRemoteTargetRPCAPI.cpp