Home | History | Annotate | Download | only in pnacl-llvm

Lines Matching refs:Read

71 /// EnterSubBlock - Having read the ENTER_SUBBLOCK abbrevid, enter
79 unsigned NumWords = Read(naclbitc::BlockSizeWidth);
93 // No read necessary for literal.
96 (void)Read((unsigned)Op.getValue());
106 (void)Read(6);
111 /// skipRecord - Read the current record and discard it.
135 // Array case. Read the number of elements as a vbr6.
141 // Read all the elements.
162 Value = Read((unsigned)Op.getValue());
168 Value = NaClBitCodeAbbrevOp::DecodeChar6(Read(6));
181 return Read((unsigned)Op.getValue());
189 return NaClBitCodeAbbrevOp::DecodeChar6(Read(6));
213 // Read code.
218 // Array found, use to read all elements.
229 // Read arguments.
263 bool IsLiteral = Read(1) ? true : false;
271 NaClBitCodeAbbrevOp::Encoding E = getEncoding(Read(3));
279 // a slow path in Read() to have to handle reading zero bits.
320 bool IsLiteral = Read(1) ? true : false;
325 NaClBitCodeAbbrevOp::Encoding E = getEncoding(Read(3));
381 // If this is the second read of the block info block, skip it.
398 // Read records of the BlockInfo block.
415 // Read abbrev records, associate them with CurBID.
427 // Read a record.