LLVM  8.0.1
Classes | Namespaces | Macros
OrcRemoteTargetServer.h File Reference
#include "llvm/ExecutionEngine/JITSymbol.h"
#include "llvm/ExecutionEngine/Orc/OrcError.h"
#include "llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/Memory.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <system_error>
#include <tuple>
#include <type_traits>
#include <vector>
Include dependency graph for OrcRemoteTargetServer.h:

Go to the source code of this file.

Classes

class  llvm::orc::remote::OrcRemoteTargetServer< ChannelT, TargetT >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::orc
 
 llvm::orc::remote
 

Macros

#define DEBUG_TYPE   "orc-remote"
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "orc-remote"

Definition at line 41 of file OrcRemoteTargetServer.h.