Home | History | Annotate | Download | only in legacy

Lines Matching refs:Path

128    * The client enabled the cache by supplying a path to an existing directory.
143 std::string Path; // Path to the cache, empty to disable.
147 /// Provide a path to a directory where to store the cached files for
149 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
185 /// Set the path to a directory where to save temporaries at various stages of
187 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
189 /// Set the path to a directory where to save generated object files. This
190 /// path can be used by a linker to request on-disk files instead of in-memory
193 void setGeneratedObjectsDirectory(std::string Path) {
194 SavedObjectsDirectoryPath = std::move(Path);
298 /// Path to generated files in the supplied SavedObjectsDirectoryPath if any.
315 /// Path to a directory to save the temporary bitcode files.
318 /// Path to a directory to save the generated object files.