reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
64 Client.destroyRemoteAllocator(Id); 65 LLVM_DEBUG(dbgs() << "Destroyed remote allocator " << Id << "\n"); 80 LLVM_DEBUG(dbgs() << "Allocator " << Id << " allocated code for " 93 LLVM_DEBUG(dbgs() << "Allocator " << Id << " allocated ro-data for " 102 LLVM_DEBUG(dbgs() << "Allocator " << Id << " allocated rw-data for " 114 LLVM_DEBUG(dbgs() << "Allocator " << Id << " reserved:\n"); 118 Client.reserveMem(Id, CodeSize, CodeAlign); 129 Client.reserveMem(Id, RODataSize, RODataAlign); 140 Client.reserveMem(Id, RWDataSize, RWDataAlign); 166 LLVM_DEBUG(dbgs() << "Allocator " << Id << " applied mappings:\n"); 180 LLVM_DEBUG(dbgs() << "Allocator " << Id << " finalizing:\n"); 313 if (Client.setProtections(Id, RemoteSegmentAddr, Permissions))