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

References

include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
  112       Allocs = std::move(Other.Allocs);
  112       Allocs = std::move(Other.Allocs);
  117       for (auto &Alloc : Allocs)
  129       assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
  129       assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
  130       Allocs[MB.base()] = std::move(MB);
  135       auto I = Allocs.find(block);
  136       if (I == Allocs.end())