| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| HD | 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()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | 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()
|
| HD | Caching.cpp | 146 if (std::error_code EC = sys::fs::create_directories( in localCache()
|
| HD | Path.cpp | 968 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-13-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectDiagnostics.cpp | 72 llvm::sys::fs::create_directories(m_options.directory.GetPath()); in GetDirectory()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | ModuleDependencyCollector.cpp | 164 if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst), in copyToRoot()
|
| HD | CompilerInstance.cpp | 914 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-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| HD | StdTsSymbolMap.inc | 9 SYMBOL(create_directories, std::experimental::filesystem::, <experimental/filesystem>)
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/ |
| HD | filesystem.inc | 68 using std::filesystem::create_directories;
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__filesystem/ |
| HD | operations.h | 103 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-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| HD | LVReader.cpp | 125 if (std::error_code EC = llvm::sys::fs::create_directories(Location)) in createSplitFolder()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/ |
| HD | SourceCoverageView.cpp | 63 if (auto E = sys::fs::create_directories(ParentDir)) in createOutputStream()
|
| /freebsd-13-stable/contrib/llvm-project/lld/MachO/ |
| HD | LTO.cpp | 230 if (std::error_code ec = fs::create_directories(config->ltoObjPath)) in compile()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | ModuleCache.cpp | 70 return fs::create_directories(dir_path.GetPath(), true, fs::perms::owner_all); in MakeDirectory()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| HD | PerfJITEventListener.cpp | 311 if (auto EC = sys::fs::create_directories(Path)) { in InitDebuggingDir()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| HD | DataflowAnalysisContext.cpp | 318 if (auto EC = llvm::sys::fs::create_directories(Dir)) in makeLoggerFromCommandLine()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| HD | JITLoaderPerf.cpp | 300 if (auto EC = sys::fs::create_directories(Path)) { in InitDebuggingDir()
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/ |
| HD | filesystem | 395 bool create_directories(const path& p); 396 bool create_directories(const path& p, error_code& ec);
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/ |
| HD | LTOBackend.cpp | 384 if (auto EC = llvm::sys::fs::create_directories(Conf.DwoDir)) in codegen()
|
| HD | ThinLTOCodeGenerator.cpp | 978 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | FileSystem.h | 302 std::error_code create_directories(const Twine &path,
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/ |
| HD | llvm-lto.cpp | 535 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/ |
| HD | lli.cpp | 319 sys::fs::create_directories(Twine(dir)); in notifyObjectCompiled()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | HTMLDiagnostics.cpp | 268 if (std::error_code ec = llvm::sys::fs::create_directories(Directory)) { in ReportDiag()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-ar/ |
| HD | llvm-ar.cpp | 478 if (!sys::fs::create_directories(OutputDir)) in parseCommandLine()
|