Home
last modified time | relevance | path

Searched refs:create_directories (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDFileCollector.cpp37 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()
HDPath.cpp938 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/
HDCaching.cpp32 if (std::error_code EC = sys::fs::create_directories(CacheDirectoryPath)) in localCache()
HDLTOBackend.cpp346 if (auto EC = llvm::sys::fs::create_directories(Conf.DwoDir)) in codegen()
HDThinLTOCodeGenerator.cpp901 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
HDLTO.cpp1205 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDModuleDependencyCollector.cpp221 if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst), in copyToRoot()
HDCompilerInstance.cpp769 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/
HDfilesystem100 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/
HDSourceCoverageView.cpp63 if (auto E = sys::fs::create_directories(ParentDir)) in createOutputStream()
HDCodeCoverage.cpp860 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in doShow()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDModuleCache.cpp69 return fs::create_directories(dir_path.GetPath(), true, fs::perms::owner_all); in MakeDirectory()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
HDPerfJITEventListener.cpp309 if (auto EC = sys::fs::create_directories(Path)) { in InitDebuggingDir()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFileSystem.h325 std::error_code create_directories(const Twine &path,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDHTMLDiagnostics.cpp167 if (std::error_code ec = llvm::sys::fs::create_directories(Directory)) { in ReportDiag()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp256 sys::fs::create_directories(Twine(dir)); in notifyObjectCompiled()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDfilesystem100 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/
HDELFObjcopy.cpp220 if (auto EC = sys::fs::create_directories(Path)) in linkToBuildIdDir()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
HDllvm-lto.cpp454 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDSignals.inc780 if (std::error_code EC = fs::create_directories(DumpDirectory))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp4508 llvm::sys::fs::create_directories(CrashDirectory); in GetNamedOutputPath()