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;
  276   const typename Info::offset_type NumEntries;
  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;
  287   typedef typename Info::offset_type offset_type;
  292                          const Info &InfoObj = Info())
  343   iterator find(const external_key_type &EKey, Info *InfoPtr = nullptr) {
  351                        Info *InfoPtr = nullptr) {
  405   Info &getInfoObj() { return InfoObj; }
  418                                         const Info &InfoObj = Info()) {
  431 class OnDiskIterableChainedHashTable : public OnDiskChainedHashTable<Info> {
  435   typedef OnDiskChainedHashTable<Info>          base_type;
  476           Info::ReadKeyDataLength(Ptr);
  496                                  const Info &InfoObj = Info())
  548     Info *InfoObj;
  554                   Info *InfoObj)
  572       auto L = Info::ReadKeyDataLength(LocalPtr);
  604          const unsigned char *const Base, const Info &InfoObj = Info()) {
  607         OnDiskIterableChainedHashTable<Info>::readNumBucketsAndEntries(Buckets);
  608     return new OnDiskIterableChainedHashTable<Info>(
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  687           InterestingASTIdentifierLookupTrait> InterestingIdentifierTable;