Searched refs:SLocEntryCursor (Results 1 – 2 of 2) sorted by relevance
273 llvm::BitstreamCursor SLocEntryCursor; variable
1405 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor; in ReadSourceManagerBlock() local1411 SLocEntryCursor = F.Stream; in ReadSourceManagerBlock()1425 SLocEntryCursor.advanceSkippingSubblocks(); in ReadSourceManagerBlock()1446 SLocEntryCursor.readRecord(E.ID, Record, &Blob); in ReadSourceManagerBlock()1464 BitstreamCursor &Cursor = F->SLocEntryCursor; in readSLocOffset()1547 BitstreamCursor &SLocEntryCursor, in ReadSLocEntry()1559 SLocEntryCursor.readRecord(Code, Record, &Blob); in ReadSLocEntry()1595 if (llvm::Error Err = F->SLocEntryCursor.JumpToBit( in ReadSLocEntry()1602 BitstreamCursor &SLocEntryCursor = F->SLocEntryCursor; in ReadSLocEntry() local1621 SLocEntryCursor.readRecord(Entry.ID, Record, &Blob); in ReadSLocEntry()[all …]