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

References

include/llvm/Support/StringPool.h
   70     inline bool empty() const { return InternTable.empty(); }
  107         S->getValue().Pool->InternTable.remove(S);
lib/Support/StringPool.cpp
   21   assert(InternTable.empty() && "PooledStringPtr leaked!");
   25   table_t::iterator I = InternTable.find(Key);
   26   if (I != InternTable.end())
   31   InternTable.insert(S);