Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp967 std::error_code create_directories(const Twine &Path, bool IgnoreExisting, in create_directories() function
985 if ((EC = create_directories(Parent, IgnoreExisting, Perms))) in create_directories()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectDiagnostics.cpp72 llvm::sys::fs::create_directories(m_options.directory.GetPath()); in GetDirectory()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp188 if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst), in copyToRoot()
H A DCompilerInstance.cpp905 EC = llvm::sys::fs::create_directories(Parent); in createOutputFileImpl()
1436 llvm::sys::fs::create_directories(Dir); in compileModuleAndReadASTBehindLock()
2214 llvm::sys::fs::create_directories( in loadGlobalModuleIndex()
/openbsd-src/gnu/llvm/llvm/utils/split-file/
H A Dsplit-file.cpp122 sys::fs::create_directories(sys::path::parent_path(partPath)); in handle()
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/
H A Doperations.h79 inline _LIBCPP_HIDE_FROM_ABI bool create_directories(const path& __p) { return __create_directories… in create_directories() function
80 inline _LIBCPP_HIDE_FROM_ABI bool create_directories(const path& __p, error_code& __ec) { return __… in create_directories() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp125 if (std::error_code EC = llvm::sys::fs::create_directories(Location)) in createSplitFolder()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp63 if (auto E = sys::fs::create_directories(ParentDir)) in createOutputStream()
H A DCodeCoverage.cpp1051 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in doShow()
/openbsd-src/gnu/llvm/lld/MachO/
H A DLTO.cpp236 if (std::error_code ec = fs::create_directories(config->ltoObjPath)) in compile()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp70 return fs::create_directories(dir_path.GetPath(), true, fs::perms::owner_all); in MakeDirectory()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp311 if (auto EC = sys::fs::create_directories(Path)) { in InitDebuggingDir()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dfilesystem291 bool create_directories(const path& p);
292 bool create_directories(const path& p, error_code& ec);
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp115 if ((EC = sys::fs::create_directories(Path.str(), true, in copySwiftInterfaces()
240 if (std::error_code EC = sys::fs::create_directories(Path.str(), true, in emitRemarks()
H A Ddsymutil.cpp454 create_directories(Bundle.str(), true, sys::fs::perms::all_all)) in createBundleDir()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp377 if (auto EC = llvm::sys::fs::create_directories(Conf.DwoDir)) in codegen()
H A DThinLTOCodeGenerator.cpp977 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h305 std::error_code create_directories(const Twine &path,
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp529 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp325 sys::fs::create_directories(Twine(dir)); in notifyObjectCompiled()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp265 if (std::error_code ec = llvm::sys::fs::create_directories(Directory)) { in ReportDiag()
/openbsd-src/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp482 if (!sys::fs::create_directories(OutputDir)) in parseCommandLine()

12