Searched refs:ResourceId (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetRPCAPI.h | 35 ResourceNotFound(ResourceIdT ResourceId, 37 : ResourceId(std::move(ResourceId)), in ResourceId() argument 48 << " " << ResourceId << " not found"; in log() 52 ResourceIdT ResourceId; 144 using ResourceId = uint64_t; 145 static const ResourceId InvalidId = ~0U; 148 explicit ResourceIdMgr(ResourceId FirstValidId) in ResourceIdMgr() 151 ResourceId getNext() { in getNext() 153 ResourceId I = FreeIds.back(); in getNext() 164 ResourceId NextId = 1; [all …]
|
| H A D | OrcRemoteTargetServer.h | 207 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator() 217 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner() 236 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator() 246 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner() 256 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs() 377 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem() 398 Error handleSetProtections(ResourceIdMgr::ResourceId Id, in handleSetProtections() 436 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators; 438 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
|
| H A D | OrcRemoteTargetClient.h | 264 ResourceIdMgr::ResourceId Id) in RemoteRTDyldMemoryManager() 321 ResourceIdMgr::ResourceId Id; 337 ResourceIdMgr::ResourceId Id) in RemoteIndirectStubsManager() 447 ResourceIdMgr::ResourceId Id; 613 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator() 622 void destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager() 629 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) { in emitIndirectStubs() 653 JITTargetAddress reserveMem(ResourceIdMgr::ResourceId Id, uint64_t Size, in reserveMem() 663 bool setProtections(ResourceIdMgr::ResourceId Id, in setProtections()
|
| H A D | RemoteObjectLayer.h | 29 using ObjHandleT = remote::ResourceIdMgr::ResourceId; 33 using RemoteSymbolId = remote::ResourceIdMgr::ResourceId; 387 std::map<remote::ResourceIdMgr::ResourceId,
|