HomeSort by relevance Sort by last modified time
    Searched refs:StubOwnerItr (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 275 auto StubOwnerItr = IndirectStubsOwners.find(Id);
276 if (StubOwnerItr == IndirectStubsOwners.end())
290 auto &BlockList = StubOwnerItr->second;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 261 auto StubOwnerItr = IndirectStubsOwners.find(Id);
262 if (StubOwnerItr == IndirectStubsOwners.end())
277 auto &BlockList = StubOwnerItr->second;

Completed in 73 milliseconds