Searched refs:SLocEntryCursor (Results 1 – 2 of 2) sorted by relevance
251 llvm::BitstreamCursor SLocEntryCursor; variable
1323 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor; in ReadSourceManagerBlock() local1329 SLocEntryCursor = F.Stream; in ReadSourceManagerBlock()1348 SLocEntryCursor.advanceSkippingSubblocks(); in ReadSourceManagerBlock()1371 SLocEntryCursor.readRecord(E.ID, Record, &Blob); in ReadSourceManagerBlock()1436 BitstreamCursor &SLocEntryCursor, in ReadSLocEntry()1440 Expected<unsigned> MaybeCode = SLocEntryCursor.ReadCode(); in ReadSLocEntry()1448 SLocEntryCursor.readRecord(Code, Record, &Blob); in ReadSLocEntry()1477 if (llvm::Error Err = F->SLocEntryCursor.JumpToBit( in ReadSLocEntry()1484 BitstreamCursor &SLocEntryCursor = F->SLocEntryCursor; in ReadSLocEntry() local1503 SLocEntryCursor.readRecord(Entry.ID, Record, &Blob); in ReadSLocEntry()[all …]