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

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h73 explicit AbbrevList(const AbbrevList &NewAbbrevs) { argument
74 appendList(NewAbbrevs);
93 // Appends the contents of NewAbbrevs to this.
94 void appendList(const AbbrevList &NewAbbrevs) { argument
95 for (NaClBitCodeAbbrev *Abbrv : NewAbbrevs.Abbrevs)

Completed in 100 milliseconds