Searched refs:SimpleBitstreamCursor (Results 1 – 8 of 8) sorted by relevance
79 class SimpleBitstreamCursor {99 SimpleBitstreamCursor() = default;389 using SimpleBitstreamCursor::AtEndOfStream;390 using SimpleBitstreamCursor::canSkipToPos;391 using SimpleBitstreamCursor::fillCurWord;396 using SimpleBitstreamCursor::JumpToBit;397 using SimpleBitstreamCursor::Read;398 using SimpleBitstreamCursor::ReadVBR;399 using SimpleBitstreamCursor::ReadVBR64;400 using SimpleBitstreamCursor::SizeInBytes;[all …]
303 if (Expected<SimpleBitstreamCursor::word_t> MaybeVal = in readRecord()319 if (Expected<SimpleBitstreamCursor::word_t> MaybeVal = Read(6)) in readRecord()
45 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) { in readDiagnostics()
271 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Cursor.Read(8)) { in readIndex()544 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = InStream.Read(8)) { in loadModuleFile()
4505 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) { in doesntStartWithASTFileMagic()
427 if (Expected<SimpleBitstreamCursor::word_t> MaybeWord = Stream.Read(size)) in ReadSignature()535 SimpleBitstreamCursor R(Lengths); in decodeMetadataStringsBlob()
2181 SimpleBitstreamCursor R(Lengths); in parseMetadataStrings()
120 if (Expected<SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) { in hasInvalidBitcodeHeader()127 if (Expected<SimpleBitstreamCursor::word_t> Res = Stream.Read(4)) { in hasInvalidBitcodeHeader()