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

References

include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
  207     auto I = Allocators.find(Id);
  208     if (I != Allocators.end())
  212     Allocators[Id] = Allocator();
  236     auto I = Allocators.find(Id);
  237     if (I == Allocators.end())
  240     Allocators.erase(I);
  378     auto I = Allocators.find(Id);
  379     if (I == Allocators.end())
  399     auto I = Allocators.find(Id);
  400     if (I == Allocators.end())