LLVM
8.0.1
|
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ExecutionEngine/JITSymbol.h"
#include "llvm/ExecutionEngine/Orc/IndirectionUtils.h"
#include "llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h"
#include "llvm/ExecutionEngine/RuntimeDyld.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Memory.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <memory>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::orc::remote::OrcRemoteTargetClient |
This class provides utilities (including memory manager, indirect stubs manager, and compile callback manager types) that support remote JITing in ORC. More... | |
class | llvm::orc::remote::OrcRemoteTargetClient::RemoteRTDyldMemoryManager |
Remote-mapped RuntimeDyld-compatible memory manager. More... | |
class | llvm::orc::remote::OrcRemoteTargetClient::RemoteIndirectStubsManager |
Remote indirect stubs manager. More... | |
class | llvm::orc::remote::OrcRemoteTargetClient::RemoteTrampolinePool |
class | llvm::orc::remote::OrcRemoteTargetClient::RemoteCompileCallbackManager |
Remote compile callback manager. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::orc | |
llvm::orc::remote | |
Macros | |
#define | DEBUG_TYPE "orc-remote" |
#define DEBUG_TYPE "orc-remote" |
Definition at line 43 of file OrcRemoteTargetClient.h.