Searched refs:Abv (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1455 BitCodeAbbrev *Abv;
1458 Abv = new BitCodeAbbrev();
1459 Abv->Add(BitCodeAbbrevOp(serialization::DECL_FIELD));
1461 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext
1462 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LexicalDeclContext
1463 Abv->Add(BitCodeAbbrevOp(0)); // isInvalidDecl
1464 Abv->Add(BitCodeAbbrevOp(0)); // HasAttrs
1465 Abv->Add(BitCodeAbbrevOp(0)); // isImplicit
1466 Abv->Add(BitCodeAbbrevOp(0)); // isUsed
1467 Abv
[all...]
H A DASTWriter.cpp4205 llvm::BitCodeAbbrev *Abv = new llvm::BitCodeAbbrev(); local
4206 Abv->Add(llvm::BitCodeAbbrevOp(TU_UPDATE_LEXICAL));
4207 Abv->Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Blob));
4208 unsigned TuUpdateLexicalAbbrev = Stream.EmitAbbrev(Abv);
4215 Abv = new llvm::BitCodeAbbrev();
4216 Abv->Add(llvm::BitCodeAbbrevOp(UPDATE_VISIBLE));
4217 Abv->Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::VBR, 6));
4218 Abv->Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Fixed, 32));
4219 Abv->Add(llvm::BitCodeAbbrevOp(llvm::BitCodeAbbrevOp::Blob));
4220 UpdateVisibleAbbrev = Stream.EmitAbbrev(Abv);
[all...]

Completed in 79 milliseconds