Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h236 auto I = IndirectStubsOwners.find(Id); in handleCreateIndirectStubsOwner()
237 if (I != IndirectStubsOwners.end()) in handleCreateIndirectStubsOwner()
240 IndirectStubsOwners[Id] = ISBlockOwnerList(); in handleCreateIndirectStubsOwner()
262 auto I = IndirectStubsOwners.find(Id); in handleDestroyIndirectStubsOwner()
263 if (I == IndirectStubsOwners.end()) in handleDestroyIndirectStubsOwner()
265 IndirectStubsOwners.erase(I); in handleDestroyIndirectStubsOwner()
275 auto StubOwnerItr = IndirectStubsOwners.find(Id); in handleEmitIndirectStubs()
276 if (StubOwnerItr == IndirectStubsOwners.end()) in handleEmitIndirectStubs()
440 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners; variable