Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h217 auto I = IndirectStubsOwners.find(Id); in handleCreateIndirectStubsOwner()
218 if (I != IndirectStubsOwners.end()) in handleCreateIndirectStubsOwner()
222 IndirectStubsOwners[Id] = ISBlockOwnerList(); in handleCreateIndirectStubsOwner()
246 auto I = IndirectStubsOwners.find(Id); in handleDestroyIndirectStubsOwner()
247 if (I == IndirectStubsOwners.end()) in handleDestroyIndirectStubsOwner()
250 IndirectStubsOwners.erase(I); in handleDestroyIndirectStubsOwner()
260 auto StubOwnerItr = IndirectStubsOwners.find(Id); in handleEmitIndirectStubs()
261 if (StubOwnerItr == IndirectStubsOwners.end()) in handleEmitIndirectStubs()
437 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h232 auto I = IndirectStubsOwners.find(Id); in handleCreateIndirectStubsOwner()
233 if (I != IndirectStubsOwners.end()) in handleCreateIndirectStubsOwner()
237 IndirectStubsOwners[Id] = ISBlockOwnerList(); in handleCreateIndirectStubsOwner()
261 auto I = IndirectStubsOwners.find(Id); in handleDestroyIndirectStubsOwner()
262 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()
451 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners; variable
/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