Home
last modified time | relevance | path

Searched refs:ResourceId (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h69 typedef uint64_t ResourceId; typedef
70 static const ResourceId InvalidId = ~0U;
72 ResourceId getNext() { in getNext()
74 ResourceId I = FreeIds.back(); in getNext()
80 void release(ResourceId I) { FreeIds.push_back(I); } in release()
83 ResourceId NextId = 0;
84 std::vector<ResourceId> FreeIds;
132 void(ResourceIdMgr::ResourceId AllocatorID)>
136 void(ResourceIdMgr::ResourceId StubOwnerID)>
144 void(ResourceIdMgr::ResourceId AllocatorID)>
[all …]
DOrcRemoteTargetServer.h226 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
235 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
252 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
261 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
270 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
387 Expected<TargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
406 Error handleSetProtections(ResourceIdMgr::ResourceId Id, TargetAddress Addr, in handleSetProtections()
438 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators;
440 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
DOrcRemoteTargetClient.h59 RCMemoryManager(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id) in RCMemoryManager()
433 ResourceIdMgr::ResourceId Id;
443 ResourceIdMgr::ResourceId Id) in RCIndirectStubsManager()
509 ResourceIdMgr::ResourceId Id;
705 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
714 Error destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager()
720 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) { in emitIndirectStubs()
776 Expected<TargetAddress> reserveMem(ResourceIdMgr::ResourceId Id, in reserveMem()
786 Error setProtections(ResourceIdMgr::ResourceId Id, in setProtections()