reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
  217     auto I = IndirectStubsOwners.find(Id);
  218     if (I != IndirectStubsOwners.end())
  222     IndirectStubsOwners[Id] = ISBlockOwnerList();
  246     auto I = IndirectStubsOwners.find(Id);
  247     if (I == IndirectStubsOwners.end())
  250     IndirectStubsOwners.erase(I);
  260     auto StubOwnerItr = IndirectStubsOwners.find(Id);
  261     if (StubOwnerItr == IndirectStubsOwners.end())