Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h34 ResourceNotFound(ResourceIdT ResourceId,
36 : ResourceId(std::move(ResourceId)), in ResourceId() argument
47 << " " << ResourceId << " not found"; in log()
51 ResourceIdT ResourceId;
141 using ResourceId = uint64_t;
142 static const ResourceId InvalidId = ~0U;
145 explicit ResourceIdMgr(ResourceId FirstValidId) in ResourceIdMgr()
148 ResourceId getNext() { in getNext()
150 ResourceId I = FreeIds.back(); in getNext()
161 ResourceId NextId = 1;
[all …]
H A DOrcRemoteTargetClient.h264 ResourceIdMgr::ResourceId Id) in RemoteRTDyldMemoryManager()
321 ResourceIdMgr::ResourceId Id;
346 Create(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id, in Create()
383 ResourceIdMgr::ResourceId Id;
521 ResourceIdMgr::ResourceId Id) in RemoteJITLinkMemoryManager()
545 ResourceIdMgr::ResourceId Id;
552 ResourceIdMgr::ResourceId Id) in RemoteIndirectStubsManager()
662 ResourceIdMgr::ResourceId Id;
835 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
844 void destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager()
[all …]
H A DOrcRemoteTargetServer.h222 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
232 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
251 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
261 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
271 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
391 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
412 Error handleSetProtections(ResourceIdMgr::ResourceId Id, in handleSetProtections()
450 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators;
452 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;