Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp104 sys::fs::create_directories(threads_dir.GetPath().c_str()); in BuildThreadsSection()
201 sys::fs::create_directories(cpus_dir.GetPath().c_str()); in BuildCpusSection()
276 sys::fs::create_directories(path_to_copy_module.GetDirectory().AsCString()); in BuildModulesSection()
359 sys::fs::create_directories(directory.GetPath().c_str())) in SaveToDisk()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp179 auto Err = sys::fs::create_directories(Root, /*IgnoreExisting=*/true); in copyFiles()
201 sys::fs::create_directories(sys::path::parent_path(entry.RPath), in copyFiles()
210 sys::fs::create_directories(entry.RPath, in copyFiles()
H A DCaching.cpp146 if (std::error_code EC = sys::fs::create_directories( in localCache()
H A DPath.cpp968 std::error_code create_directories(const Twine &Path, bool IgnoreExisting, in create_directories() function
986 if ((EC = create_directories(Parent, IgnoreExisting, Perms))) in create_directories()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDiagnostics.cpp72 llvm::sys::fs::create_directories(m_options.directory.GetPath()); in GetDirectory()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp164 if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst), in copyToRoot()
H A DCompilerInstance.cpp914 EC = llvm::sys::fs::create_directories(Parent); in createOutputFileImpl()
1482 llvm::sys::fs::create_directories(Dir); in compileModuleAndReadASTBehindLock()
2283 llvm::sys::fs::create_directories( in loadGlobalModuleIndex()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc9 SYMBOL(create_directories, std::experimental::filesystem::, <experimental/filesystem>)
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.cppm
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h103 inline _LIBCPP_HIDE_FROM_ABI bool create_directories(const path& __p) { return __create_directories… in create_directories() function
104 inline _LIBCPP_HIDE_FROM_ABI bool create_directories(const path& __p, error_code& __ec) { in create_directories() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp125 if (std::error_code EC = llvm::sys::fs::create_directories(Location)) in createSplitFolder()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp230 if (std::error_code ec = fs::create_directories(config->ltoObjPath)) in compile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp63 if (auto E = sys::fs::create_directories(ParentDir)) in createOutputStream()
H A DCodeCoverage.cpp1103 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in doShow()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp70 return fs::create_directories(dir_path.GetPath(), true, fs::perms::owner_all); in MakeDirectory()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp311 if (auto EC = sys::fs::create_directories(Path)) { in InitDebuggingDir()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp318 if (auto EC = llvm::sys::fs::create_directories(Dir)) in makeLoggerFromCommandLine()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem395 bool create_directories(const path& p);
396 bool create_directories(const path& p, error_code& ec);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp384 if (auto EC = llvm::sys::fs::create_directories(Conf.DwoDir)) in codegen()
H A DThinLTOCodeGenerator.cpp978 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h302 std::error_code create_directories(const Twine &path,
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp535 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp319 sys::fs::create_directories(Twine(dir)); in notifyObjectCompiled()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp268 if (std::error_code ec = llvm::sys::fs::create_directories(Directory)) { in ReportDiag()
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp478 if (!sys::fs::create_directories(OutputDir)) in parseCommandLine()

12