Searched defs:RemoteTarget (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/lli/
H A DRemoteTarget.h1 //===- RemoteTarget.h - LLVM Remote process JIT execution ----------------===//
10 // Definition of the RemoteTarget class which executes JITed code in a
27 class RemoteTarget { class in namespace:llvm
112 RemoteTarget() : IsRunning(false), ErrorMsg("") {} function in class:llvm::RemoteTarget
113 virtual ~RemoteTarget() { if (IsRunning) stop(); }

Completed in 82 milliseconds