Searched refs:VFSOverlayFile (Results 1 – 2 of 2) sorted by relevance
1204 for (StringRef VFSOverlayFile : HSOpts.VFSOverlayFiles) in writeUnhashedControlBlock() local1205 AddString(VFSOverlayFile, Record); in writeUnhashedControlBlock()
5959 std::string VFSOverlayFile = ReadString(Record, Idx); in ParseHeaderSearchPaths() local5960 HSOpts.VFSOverlayFiles.emplace_back(std::move(VFSOverlayFile)); in ParseHeaderSearchPaths()