Searched refs:SLocEntryCursor (Results 1 – 2 of 2) sorted by relevance
251 llvm::BitstreamCursor SLocEntryCursor; variable
1321 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor; in ReadSourceManagerBlock() local1327 SLocEntryCursor = F.Stream; in ReadSourceManagerBlock()1337 SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) { in ReadSourceManagerBlock()1341 F.SourceManagerBlockStartOffset = SLocEntryCursor.GetCurrentBitNo(); in ReadSourceManagerBlock()1346 SLocEntryCursor.advanceSkippingSubblocks(); in ReadSourceManagerBlock()1369 SLocEntryCursor.readRecord(E.ID, Record, &Blob); in ReadSourceManagerBlock()1434 BitstreamCursor &SLocEntryCursor, in ReadSLocEntry()1438 Expected<unsigned> MaybeCode = SLocEntryCursor.ReadCode(); in ReadSLocEntry()1446 SLocEntryCursor.readRecord(Code, Record, &Blob); in ReadSLocEntry()1475 if (llvm::Error Err = F->SLocEntryCursor.JumpToBit( in ReadSLocEntry()[all …]