Searched refs:SourcePath (Results 1 – 6 of 6) sorted by relevance
432 {"source-path", R.Provides->SourcePath}, in printDependencies()441 if (!Info.SourcePath.empty()) in printDependencies()442 RequiredInfo.insert({"source-path", Info.SourcePath}); in printDependencies()467 if (R.Provides && !R.Provides->SourcePath.empty()) in addSourcePathsToRequires()468 ModuleSourceMapper[R.Provides->ModuleName] = R.Provides->SourcePath; in addSourcePathsToRequires()474 Info.SourcePath = Iter->second; in addSourcePathsToRequires()
506 for (const auto &SourcePath : SourcePaths) { in run() local507 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()509 llvm::errs() << "Skipping " << SourcePath in run()
72 std::string SourcePath; member
43 static cl::opt<std::string> SourcePath(cl::Positional, cl::desc("<source>"), variable
133 Rule.Provides->SourcePath = Filename.str(); in getP1689ModuleDependencyFile()
655 StringRef SourcePath = Key->getValue(ValueStorage); in parseInvocationList() local658 SmallString<32> NativeSourcePath(SourcePath); in parseInvocationList()