Home | History | Annotate | Download | only in lli

Lines Matching full:process

1 //===----- RemoteTargetExternal.h - LLVM out-of-process JIT execution -----===//
11 // separate process from where it was built.
54 /// @param Address Destination address in the target process.
55 /// @param Data Source address in the host process.
64 /// @param Address Destination address in the target process.
65 /// @param Data Source address in the host process.
72 /// Execute code in the target process. The called function is required
76 /// process.
97 ErrorMsg += ", (RPCChannel::create) - Stopping process!";
105 /// Terminate the remote process.