Searched refs:SimpleBitstreamCursor (Results 1 – 8 of 8) sorted by relevance
81 class SimpleBitstreamCursor {103 SimpleBitstreamCursor() = default;371 using SimpleBitstreamCursor::AtEndOfStream;372 using SimpleBitstreamCursor::canSkipToPos;373 using SimpleBitstreamCursor::fillCurWord;378 using SimpleBitstreamCursor::JumpToBit;379 using SimpleBitstreamCursor::Read;380 using SimpleBitstreamCursor::ReadVBR;381 using SimpleBitstreamCursor::ReadVBR64;382 using SimpleBitstreamCursor::SizeInBytes;[all …]
283 if (Expected<SimpleBitstreamCursor::word_t> MaybeVal = in readRecord()299 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()
4479 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) { in doesntStartWithASTFileMagic()
418 if (Expected<SimpleBitstreamCursor::word_t> MaybeWord = Stream.Read(size)) in ReadSignature()526 SimpleBitstreamCursor R(Lengths); in decodeMetadataStringsBlob()
2117 SimpleBitstreamCursor R(Lengths); in parseMetadataStrings()
113 if (Expected<SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) { in hasInvalidBitcodeHeader()120 if (Expected<SimpleBitstreamCursor::word_t> Res = Stream.Read(4)) { in hasInvalidBitcodeHeader()