/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleSaver.cpp | 104 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 D | FileCollector.cpp | 179 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 D | Caching.cpp | 146 if (std::error_code EC = sys::fs::create_directories( in localCache()
|
H A D | Path.cpp | 967 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 D | CommandObjectDiagnostics.cpp | 72 llvm::sys::fs::create_directories(m_options.directory.GetPath()); in GetDirectory()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | ModuleDependencyCollector.cpp | 188 if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst), in copyToRoot()
|
H A D | CompilerInstance.cpp | 905 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 D | split-file.cpp | 122 sys::fs::create_directories(sys::path::parent_path(partPath)); in handle()
|
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/ |
H A D | operations.h | 79 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 D | LVReader.cpp | 125 if (std::error_code EC = llvm::sys::fs::create_directories(Location)) in createSplitFolder()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 63 if (auto E = sys::fs::create_directories(ParentDir)) in createOutputStream()
|
H A D | CodeCoverage.cpp | 1051 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in doShow()
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | LTO.cpp | 236 if (std::error_code ec = fs::create_directories(config->ltoObjPath)) in compile()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | ModuleCache.cpp | 70 return fs::create_directories(dir_path.GetPath(), true, fs::perms::owner_all); in MakeDirectory()
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 311 if (auto EC = sys::fs::create_directories(Path)) { in InitDebuggingDir()
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | filesystem | 291 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 D | DwarfLinkerForBinary.cpp | 115 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 D | dsymutil.cpp | 454 create_directories(Bundle.str(), true, sys::fs::perms::all_all)) in createBundleDir()
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 377 if (auto EC = llvm::sys::fs::create_directories(Conf.DwoDir)) in codegen()
|
H A D | ThinLTOCodeGenerator.cpp | 977 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 305 std::error_code create_directories(const Twine &path,
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 529 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
|
/openbsd-src/gnu/llvm/llvm/tools/lli/ |
H A D | lli.cpp | 325 sys::fs::create_directories(Twine(dir)); in notifyObjectCompiled()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 265 if (std::error_code ec = llvm::sys::fs::create_directories(Directory)) { in ReportDiag()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 482 if (!sys::fs::create_directories(OutputDir)) in parseCommandLine()
|