1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include/llvm/ExecutionEngine/Orc
Lang Hames 55f68c12d5 [Orc] Make orcError return an error_code rather than Error.
This will allow orcError to be used in convertToErrorCode implementations,
which will help in transitioning Orc RPC to Error.

llvm-svn: 299610
2017-04-06 01:35:13 +00:00
..
CompileOnDemandLayer.h Remove unused lambda captures. NFC 2017-01-13 17:12:16 +00:00
CompileUtils.h Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message 2016-04-06 22:14:09 +00:00
ExecutionUtils.h [Orc] Simplify LogicalDylib and move it back inside CompileOnDemandLayer. Also 2016-08-29 00:54:29 +00:00
GlobalMappingLayer.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
IndirectionUtils.h [ExecutionEngine] Fix some Clang-tidy modernize-use-default, modernize-use-equals-delete and Include What You Use warnings; other minor fixes. 2016-11-16 18:07:33 +00:00
IRCompileLayer.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
IRTransformLayer.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
LambdaResolver.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
LazyEmittingLayer.h [ExecutionEngine] Fix some Clang-tidy modernize-use-default, modernize-use-equals-delete and Include What You Use warnings; other minor fixes. 2016-11-16 18:07:33 +00:00
NullResolver.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
ObjectTransformLayer.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
OrcABISupport.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
OrcError.h [Orc] Make orcError return an error_code rather than Error. 2017-04-06 01:35:13 +00:00
OrcRemoteTargetClient.h [Orc] Add missing include. 2017-01-30 17:54:57 +00:00
OrcRemoteTargetRPCAPI.h [Orc][RPC] Rename Single/MultiThreadedRPC to Single/MultithreadedRPCEndpoint. 2017-01-07 22:48:12 +00:00
OrcRemoteTargetServer.h [Orc] Make orcError return an error_code rather than Error. 2017-04-06 01:35:13 +00:00
RawByteChannel.h [Orc][RPC] Accept both const char* and char* arguments for string serialization. 2017-02-24 20:56:43 +00:00
RPCSerialization.h [ORC][RPC] Use more meaningful template parameter names. 2016-12-17 00:04:24 +00:00
RPCUtils.h [Orc] Make orcError return an error_code rather than Error. 2017-04-06 01:35:13 +00:00
RTDyldObjectLinkingLayer.h [Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer. 2017-02-20 05:45:14 +00:00