Searched refs:VBR (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1256 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext in WriteDeclsBlockAbbrevs() 1257 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LexicalDeclContext in WriteDeclsBlockAbbrevs() 1258 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Location in WriteDeclsBlockAbbrevs() 1268 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Name in WriteDeclsBlockAbbrevs() 1270 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type in WriteDeclsBlockAbbrevs() 1272 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // InnerStartLoc in WriteDeclsBlockAbbrevs() 1278 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in WriteDeclsBlockAbbrevs() 1280 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // TypeLoc in WriteDeclsBlockAbbrevs() 1287 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext in WriteDeclsBlockAbbrevs() 1288 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LexicalDeclContext in WriteDeclsBlockAbbrevs() [all …]
|
D | ASTWriter.cpp | 1219 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Offset in CreateSLocFileAbbrev() 1220 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Include location in CreateSLocFileAbbrev() 1224 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 12)); // Size in CreateSLocFileAbbrev() 1225 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 32)); // Modification time in CreateSLocFileAbbrev() 1236 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Offset in CreateSLocBufferAbbrev() 1237 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Include location in CreateSLocBufferAbbrev() 1260 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Offset in CreateSLocExpansionAbbrev() 1261 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Spelling location in CreateSLocExpansionAbbrev() 1262 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // Start location in CreateSLocExpansionAbbrev() 1263 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // End location in CreateSLocExpansionAbbrev() [all …]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.pod | 206 =item B<# of VBR 32-bit Integers> 211 =item B<# of VBR 64-bit Integers> 216 =item B<# of VBR Compressed Bytes> 221 =item B<# of VBR Expanded Bytes> 227 =item B<Bytes Saved With VBR> 230 The percentage is relative to # of VBR Expanded Bytes. 281 =item B<Number of VBR 32-bit Integers> 285 =item B<Number of VBR 64-bit Integers> 289 =item B<Number of VBR Compressed Bytes> 294 =item B<Number of VBR Expanded Bytes> [all …]
|
/external/llvm/include/llvm/Bitcode/ |
D | BitCodes.h | 91 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator 119 case VBR: in hasEncodingData()
|
D | BitstreamWriter.h | 283 case BitCodeAbbrevOp::VBR: in EmitAbbreviatedField()
|
D | BitstreamReader.h | 465 case BitCodeAbbrevOp::VBR: in ReadAbbreviatedField()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 207 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size in WriteTypeTable() 415 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer. in WriteModuleInfo() 1325 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in WriteBlockInfo() 1336 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in WriteBlockInfo() 1346 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in WriteBlockInfo() 1356 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in WriteBlockInfo() 1379 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in WriteBlockInfo() 1391 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // value id in WriteBlockInfo() 1410 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Ptr in WriteBlockInfo() 1411 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 4)); // Align in WriteBlockInfo() [all …]
|