Searched refs:SLocEntryCursor (Results 1 – 2 of 2) sorted by relevance
282 llvm::BitstreamCursor SLocEntryCursor; variable
1624 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor; in ReadSourceManagerBlock() local1630 SLocEntryCursor = F.Stream; in ReadSourceManagerBlock()1637 if (llvm::Error Err = SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) in ReadSourceManagerBlock()1639 F.SourceManagerBlockStartOffset = SLocEntryCursor.GetCurrentBitNo(); in ReadSourceManagerBlock()1644 SLocEntryCursor.advanceSkippingSubblocks(); in ReadSourceManagerBlock()1665 SLocEntryCursor.readRecord(E.ID, Record, &Blob); in ReadSourceManagerBlock()1683 BitstreamCursor &Cursor = F->SLocEntryCursor; in readSLocOffset()1766 BitstreamCursor &SLocEntryCursor, in ReadSLocEntry()1770 Expected<unsigned> MaybeCode = SLocEntryCursor.ReadCode(); in ReadSLocEntry()1778 SLocEntryCursor.readRecord(Code, Record, &Blob); in ReadSLocEntry()[all …]