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

/external/clang/lib/Serialization/
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 76 milliseconds