Lines Matching +full:overlay +full:- +full:relative
1 //===--- ModuleDependencyCollector.cpp - Collect module dependencies ------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
18 #include "llvm/Config/llvm-config.h"
38 // Run this through the FileManager in order to respect 'use-external-name' in visitInputFile()
39 // in case we have a VFS overlay. in visitInputFile()
41 Filename = FE->getName(); in visitInputFile()
63 Collector.addFile(File->getName()); in InclusionDirective()
119 // Default to use relative overlay directories in the VFS yaml file. This in writeFileMap()
172 // overlay, which is a way to emulate symlink inside the VFS; this is also in copyToRoot()