Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SLocEntryCursor

1118   BitstreamCursor &SLocEntryCursor = F.SLocEntryCursor;
1124 SLocEntryCursor = F.Stream;
1133 if (SLocEntryCursor.EnterSubBlock(SOURCE_MANAGER_BLOCK_ID)) {
1140 llvm::BitstreamEntry E = SLocEntryCursor.advanceSkippingSubblocks();
1157 switch (SLocEntryCursor.readRecord(E.ID, Record, &Blob)) {
1215 BitstreamCursor &SLocEntryCursor,
1219 unsigned Code = SLocEntryCursor.ReadCode();
1220 unsigned RecCode = SLocEntryCursor.readRecord(Code, Record, &Blob);
1239 F->SLocEntryCursor.JumpToBit(F->SLocEntryOffsets[ID - F->SLocEntryBaseID]);
1240 BitstreamCursor &SLocEntryCursor = F->SLocEntryCursor;
1244 llvm::BitstreamEntry Entry = SLocEntryCursor.advance();
1252 switch (SLocEntryCursor.readRecord(Entry.ID, Record, &Blob)) {
1300 auto Buffer = ReadBuffer(SLocEntryCursor, File->getName());
1320 auto Buffer = ReadBuffer(SLocEntryCursor, Name);