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

References

include/llvm/Support/OnDiskHashTable.h
  275   const typename Info::offset_type NumBuckets;
  279   Info InfoObj;
  282   typedef Info InfoType;
  283   typedef typename Info::internal_key_type internal_key_type;
  284   typedef typename Info::external_key_type external_key_type;
  285   typedef typename Info::data_type data_type;
  286   typedef typename Info::hash_value_type hash_value_type;
  292                          const Info &InfoObj = Info())
  292                          const Info &InfoObj = Info())
  325     Info *InfoObj;
  330              Info *InfoObj)
  343   iterator find(const external_key_type &EKey, Info *InfoPtr = nullptr) {
  351                        Info *InfoPtr = nullptr) {
  377           Info::ReadKeyDataLength(Items);
  405   Info &getInfoObj() { return InfoObj; }
  418                                         const Info &InfoObj = Info()) {
  418                                         const Info &InfoObj = Info()) {
  421     return new OnDiskChainedHashTable<Info>(NumBucketsAndEntries.first,