Searched refs:SLocEntryCursor (Results 1 – 2 of 2) sorted by relevance
276 llvm::BitstreamCursor SLocEntryCursor; variable
1446 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor; in ReadSourceManagerBlock() local1452 SLocEntryCursor = F.Stream; in ReadSourceManagerBlock()1459 if (llvm::Error Err = SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) in ReadSourceManagerBlock()1461 F.SourceManagerBlockStartOffset = SLocEntryCursor.GetCurrentBitNo(); in ReadSourceManagerBlock()1466 SLocEntryCursor.advanceSkippingSubblocks(); in ReadSourceManagerBlock()1487 SLocEntryCursor.readRecord(E.ID, Record, &Blob); in ReadSourceManagerBlock()1505 BitstreamCursor &Cursor = F->SLocEntryCursor; in readSLocOffset()1588 BitstreamCursor &SLocEntryCursor, in ReadSLocEntry()1592 Expected<unsigned> MaybeCode = SLocEntryCursor.ReadCode(); in ReadSLocEntry()1600 SLocEntryCursor.readRecord(Code, Record, &Blob); in ReadSLocEntry()[all …]