Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching refs:is7Bit

191       bool is7Bit = true;
195 is7Bit = false;
199 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0);
215 bool is7Bit = true;
219 is7Bit = false;
223 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0);
1304 bool is7Bit = true;
1311 is7Bit = false;
1329 else if (is7Bit)