Searched refs:create_directories (Results 1 – 21 of 21) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | FileCollector.cpp | 37 sys::fs::create_directories(this->Root, true); in FileCollector() 129 sys::fs::create_directories(sys::path::parent_path(entry.RPath), in copyFiles() 146 sys::fs::create_directories(entry.RPath, in copyFiles()
|
| HD | Path.cpp | 938 std::error_code create_directories(const Twine &Path, bool IgnoreExisting, in create_directories() function 956 if ((EC = create_directories(Parent, IgnoreExisting, Perms))) in create_directories()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/ |
| HD | Caching.cpp | 32 if (std::error_code EC = sys::fs::create_directories(CacheDirectoryPath)) in localCache()
|
| HD | LTOBackend.cpp | 346 if (auto EC = llvm::sys::fs::create_directories(Conf.DwoDir)) in codegen()
|
| HD | ThinLTOCodeGenerator.cpp | 901 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
|
| HD | LTO.cpp | 1205 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | ModuleDependencyCollector.cpp | 221 if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst), in copyToRoot()
|
| HD | CompilerInstance.cpp | 769 EC = llvm::sys::fs::create_directories(Parent); in createOutputFile() 1269 llvm::sys::fs::create_directories(Dir); in compileModuleAndReadAST() 2112 llvm::sys::fs::create_directories( in loadGlobalModuleIndex()
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/experimental/ |
| HD | filesystem | 100 bool create_directories(const path& p); 101 bool create_directories(const path& p, error_code& ec);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/ |
| HD | SourceCoverageView.cpp | 63 if (auto E = sys::fs::create_directories(ParentDir)) in createOutputStream()
|
| HD | CodeCoverage.cpp | 860 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in doShow()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | ModuleCache.cpp | 69 return fs::create_directories(dir_path.GetPath(), true, fs::perms::owner_all); in MakeDirectory()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| HD | PerfJITEventListener.cpp | 309 if (auto EC = sys::fs::create_directories(Path)) { in InitDebuggingDir()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | FileSystem.h | 325 std::error_code create_directories(const Twine &path,
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | HTMLDiagnostics.cpp | 167 if (std::error_code ec = llvm::sys::fs::create_directories(Directory)) { in ReportDiag()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/ |
| HD | lli.cpp | 256 sys::fs::create_directories(Twine(dir)); in notifyObjectCompiled()
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | filesystem | 100 bool create_directories(const path& p); 101 bool create_directories(const path& p, error_code& ec); 1546 inline _LIBCPP_INLINE_VISIBILITY bool create_directories(const path& __p) { 1550 inline _LIBCPP_INLINE_VISIBILITY bool create_directories(const path& __p,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| HD | ELFObjcopy.cpp | 220 if (auto EC = sys::fs::create_directories(Path)) in linkToBuildIdDir()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/ |
| HD | llvm-lto.cpp | 454 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| HD | Signals.inc | 780 if (std::error_code EC = fs::create_directories(DumpDirectory))
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ |
| HD | Driver.cpp | 4508 llvm::sys::fs::create_directories(CrashDirectory); in GetNamedOutputPath()
|