Home
last modified time | relevance | path

Searched refs:JumpToBit (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp168 JumpToBit(GetCurrentBitNo() + static_cast<uint64_t>(NumElts) * in skipRecord()
182 if (Error Err = JumpToBit(GetCurrentBitNo() + NumElts * 6)) in skipRecord()
208 if (Error Err = JumpToBit(NewEnd)) in skipRecord()
346 if (Error Err = JumpToBit(NewEnd)) in readRecord()
/src/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h127 Error JumpToBit(uint64_t BitNo) { in JumpToBit() function
395 using SimpleBitstreamCursor::JumpToBit;
508 if (Error Res = JumpToBit(SkipTo)) in SkipBlock()
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp804 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
825 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
837 if (Error Err = IndexCursor.JumpToBit(BeginPos + Offset)) in lazyLoadModuleMetadataBlock()
871 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
985 if (Error Err = TempCursor.JumpToBit(GlobalDeclAttachmentPos)) in loadGlobalDeclAttachments()
1021 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
1042 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
1100 if (Error Err = IndexCursor.JumpToBit(EntryPos)) in parseMetadata()
1169 if (Error Err = IndexCursor.JumpToBit( in lazyLoadOneMetadata()
H A DBitcodeAnalyzer.cpp763 if (Error Err = Stream.JumpToBit(BlockBitStart)) in parseBlock()
994 if (Error Err = Stream.JumpToBit(CurrentRecordPos)) in parseBlock()
H A DBitcodeReader.cpp2834 if (Error JumpFailed = Stream.JumpToBit(Offset * 32)) in jumpToValueSymbolTable()
2919 if (Error JumpFailed = Stream.JumpToBit(CurrentBit)) in parseValueSymbolTable()
2963 if (Error JumpFailed = Stream.JumpToBit(CurrentBit)) in parseValueSymbolTable()
3806 if (Error JumpFailed = Stream.JumpToBit(BitPos)) in materializeMetadata()
3897 if (Error JumpFailed = Stream.JumpToBit(NextUnreadBit)) in rememberAndSkipFunctionBodies()
4405 if (Error JumpFailed = Stream.JumpToBit(ResumeBit)) in parseModule()
6900 if (Error JumpFailed = Stream.JumpToBit(DFII->second)) in materialize()
7161 if (Error JumpFailed = Stream.JumpToBit(CurrentBit)) in parseValueSymbolTable()
8345 if (Error JumpFailed = Stream.JumpToBit(IdentificationBit)) in getModuleImpl()
8352 if (Error JumpFailed = Stream.JumpToBit(ModuleBit)) in getModuleImpl()
[all …]
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h367 if (llvm::Error Err = Cursor.JumpToBit(Offset)) in ~SavedStreamPosition()
/src/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp269 if (Error E = Stream.JumpToBit(PreviousBitNo)) in isBlock()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1275 if (llvm::Error Err = Cursor.JumpToBit(Offset)) { in ReadLexicalDeclContextStorage()
1324 if (llvm::Error Err = Cursor.JumpToBit(Offset)) { in ReadVisibleDeclContextStorage()
1507 if (llvm::Error Err = Cursor.JumpToBit(F->SLocEntryOffsetsBase + in readSLocOffset()
1636 if (llvm::Error Err = F->SLocEntryCursor.JumpToBit( in ReadSLocEntry()
1814 if (llvm::Error Err = Cursor.JumpToBit(Offset)) in ReadBlockAbbrevs()
1882 if (llvm::Error Err = Stream.JumpToBit(Offset)) { in ReadMacroRecord()
2162 if (llvm::Error Err = Cursor.JumpToBit(I.MacroStartOffset)) { in ReadDefinedMacros()
2311 Cursor.JumpToBit(M.MacroOffsetsBase + PMInfo.MacroDirectivesOffset)) { in resolvePendingMacro()
2463 if (llvm::Error Err = Cursor.JumpToBit(F.InputFilesOffsetBase + in getInputFileInfo()
2548 if (llvm::Error Err = Cursor.JumpToBit(F.InputFilesOffsetBase + in getInputFile()
[all …]
H A DASTReaderDecl.cpp3834 if (llvm::Error JumpFailed = DeclsCursor.JumpToBit(Loc.Offset)) in ReadDeclRecord()
4280 if (llvm::Error JumpFailed = Cursor.JumpToBit(Offset)) in loadDeclUpdateRecords()
4360 if (llvm::Error JumpFailed = Cursor.JumpToBit(LocalOffset)) in loadPendingDeclChain()