Searched refs:SLocEntryCursor (Results 1 – 2 of 2) sorted by relevance
255 llvm::BitstreamCursor SLocEntryCursor; variable
1367 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor; in ReadSourceManagerBlock() local1373 SLocEntryCursor = F.Stream; in ReadSourceManagerBlock()1387 SLocEntryCursor.advanceSkippingSubblocks(); in ReadSourceManagerBlock()1408 SLocEntryCursor.readRecord(E.ID, Record, &Blob); in ReadSourceManagerBlock()1471 BitstreamCursor &SLocEntryCursor, in ReadSLocEntry()1475 Expected<unsigned> MaybeCode = SLocEntryCursor.ReadCode(); in ReadSLocEntry()1483 SLocEntryCursor.readRecord(Code, Record, &Blob); in ReadSLocEntry()1513 if (llvm::Error Err = F->SLocEntryCursor.JumpToBit( in ReadSLocEntry()1520 BitstreamCursor &SLocEntryCursor = F->SLocEntryCursor; in ReadSLocEntry() local1539 SLocEntryCursor.readRecord(Entry.ID, Record, &Blob); in ReadSLocEntry()[all …]