[Serialization] Serialize/deserialize source file list

This commit is contained in:
Rintaro Ishizaki
2021-01-11 15:59:44 -08:00
parent 9f6d351bc7
commit 1b6e7857c2
12 changed files with 101 additions and 1 deletions

View File

@@ -289,6 +289,9 @@ private:
/// A blob of 0 terminated string segments referenced in \c SourceLocsTextData
StringRef SourceLocsTextData;
/// A blob of source file list.
StringRef SourceFileListData;
/// An array of fixed size source location data for each USR appearing in
/// \c DeclUSRsTable.
StringRef BasicDeclLocsData;