Searched refs:SLocEntryCursor (Results 1 – 2 of 2) sorted by relevance
242 llvm::BitstreamCursor SLocEntryCursor; variable
1276 BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor; in ReadSourceManagerBlock() local1282 SLocEntryCursor = F.Stream; in ReadSourceManagerBlock()1291 if (SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) { in ReadSourceManagerBlock()1315 switch (SLocEntryCursor.readRecord(E.ID, Record, &Blob)) { in ReadSourceManagerBlock()1375 BitstreamCursor &SLocEntryCursor, in ReadSLocEntry()1379 unsigned Code = SLocEntryCursor.ReadCode(); in ReadSLocEntry()1405 BitstreamCursor &SLocEntryCursor = F->SLocEntryCursor; in ReadSLocEntry() local1409 llvm::BitstreamEntry Entry = SLocEntryCursor.advance(); in ReadSLocEntry()1417 switch (SLocEntryCursor.readRecord(Entry.ID, Record, &Blob)) { in ReadSLocEntry()1464 auto Buffer = ReadBuffer(SLocEntryCursor, File->getName()); in ReadSLocEntry()[all …]