Home
last modified time | relevance | path

Searched refs:ResourceIdMgr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h142 class ResourceIdMgr {
147 ResourceIdMgr() = default;
148 explicit ResourceIdMgr(ResourceId FirstValidId) in ResourceIdMgr() function
225 void(ResourceIdMgr::ResourceId AllocatorID)> {
233 void(ResourceIdMgr::ResourceId AllocatorID)> {
249 JITTargetAddress(ResourceIdMgr::ResourceId AllocID,
258 void(ResourceIdMgr::ResourceId AllocID,
286 void(ResourceIdMgr::ResourceId StubOwnerID)> {
294 void(ResourceIdMgr::ResourceId StubsOwnerID)> {
304 ResourceIdMgr::ResourceId StubsOwnerID,
H A DOrcRemoteTargetServer.h207 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 DOrcRemoteTargetClient.h264 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()
693 ResourceIdMgr AllocatorIds, IndirectStubOwnerIds;
H A DRemoteObjectLayer.h29 using ObjHandleT = remote::ResourceIdMgr::ResourceId;
33 using RemoteSymbolId = remote::ResourceIdMgr::ResourceId;
273 remote::ResourceIdMgr SymbolIdMgr;
387 std::map<remote::ResourceIdMgr::ResourceId,
522 remote::ResourceIdMgr HandleIdMgr;