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