Searched refs:ResourceIdMgr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetRPCAPI.h | 139 class ResourceIdMgr { 144 ResourceIdMgr() = default; 145 explicit ResourceIdMgr(ResourceId FirstValidId) in ResourceIdMgr() function 232 void(ResourceIdMgr::ResourceId AllocatorID)> { 240 void(ResourceIdMgr::ResourceId AllocatorID)> { 256 ReserveMem, JITTargetAddress(ResourceIdMgr::ResourceId AllocID, 265 SetProtections, void(ResourceIdMgr::ResourceId AllocID, 295 void(ResourceIdMgr::ResourceId StubOwnerID)> { 303 void(ResourceIdMgr::ResourceId StubsOwnerID)> { 313 ResourceIdMgr::ResourceId StubsOwnerID,
|
| H A D | OrcRemoteTargetClient.h | 264 ResourceIdMgr::ResourceId Id) in RemoteRTDyldMemoryManager() 321 ResourceIdMgr::ResourceId Id; 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() 885 bool setProtections(ResourceIdMgr::ResourceId Id, in setProtections() [all …]
|
| H A D | OrcRemoteTargetServer.h | 222 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;
|