reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 using file_type = typename Info::file_type; 48 using external_key_type = typename Info::external_key_type; 49 using internal_key_type = typename Info::internal_key_type; 50 using data_type = typename Info::data_type; 51 using data_type_builder = typename Info::data_type_builder; 61 using HashTable = llvm::OnDiskIterableChainedHashTable<Info>; 68 const Info &InfoObj) 154 Info &InfoObj = HT.getInfoObj(); 197 void add(file_type File, storage_type Data, Info InfoObj = Info()) { 197 void add(file_type File, storage_type Data, Info InfoObj = Info()) { 234 if (Tables.size() > static_cast<unsigned>(Info::MaxTables)) 237 internal_key_type Key = Info::GetInternalKey(EKey); 238 auto KeyHash = Info::ComputeHash(Key); 270 Info::MergeDataInto(KV.second, ResultBuilder); 275 Info &InfoObj = HT.getInfoObj();