Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Entries

821   // Parse the line entries
822 std::vector<LineEntry> Entries;
825 assert(FID >= 0 && "Serialized line entries for non-local file.");
829 // Extract the line entries
832 Entries.clear();
833 Entries.reserve(NumEntries);
841 Entries.push_back(LineEntry::get(FileOffset, LineNo, FilenameID,
844 LineTable.AddEntry(FID, Entries);
957 // source-location entries as needed.
1009 // Once we hit one of the source location entries, we're done.
2397 // new entries into the identifier table, invalidating the
4274 std::fprintf(stderr, " %u/%u source location entries read (%f%%)\n",
4312 std::fprintf(stderr, " %u/%u method pool entries read (%f%%)\n",
4531 // Also, should entries without methods count as misses?