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

References

include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
  146   assert(Pool.empty() && "Dangling references at pool destruction time");
  154   std::tie(I, Added) = Pool.try_emplace(S, 0);
  160   for (auto I = Pool.begin(), E = Pool.end(); I != E;) {
  160   for (auto I = Pool.begin(), E = Pool.end(); I != E;) {
  163       Pool.erase(Tmp);
  169   return Pool.empty();