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

References

tools/llvm-dwp/DWPStringPool.h
   20       assert(Val != getEmptyKey() && "Cannot hash the empty key!");
   21       assert(Val != getTombstoneKey() && "Cannot hash the tombstone key!");
   22       return (unsigned)hash_value(StringRef(Val));