Searched refs:abbrevTable (Results 1 – 2 of 2) sorted by relevance
3074 abbrevTable.push_back(abbrev2); in computeHdrAndAbbrevTable()3075 newCode = abbrevTable.size(); in computeHdrAndAbbrevTable()3085 for (Abbrev *abbrev : abbrevTable) { in computeHdrAndAbbrevTable()3192 const Abbrev *abbrev = abbrevTable[ie.abbrevCode - 1]; in computeEntryPool()
911 SmallVector<Abbrev *, 0> abbrevTable; variable