Home | History | Annotate | Download | only in Orc

Lines Matching defs:remote

1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===//
12 // OrcRemoteTargetServer instance to support remote-JITing.
43 #define DEBUG_TYPE "orc-remote"
47 namespace remote {
50 /// manager, and compile callback manager types) that support remote JITing
59 /// Remote-mapped RuntimeDyld-compatible memory manager.
66 DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n");
264 DEBUG(dbgs() << "Created remote allocator " << Id << "\n");
328 /// Remote indirect stubs manager.
448 /// Remote compile callback manager.
511 /// Create an RCMemoryManager which will allocate its memory on the remote
522 /// Create an RCIndirectStubsManager that will allocate stubs on the remote
544 /// Search for symbols in the remote process. Note: This should be used by
551 /// Get the triple for the remote target.
587 llvm_unreachable("Failed to destroy remote allocator.");
666 } // end namespace remote