Home
last modified time | relevance | path

Searched refs:can_write (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/
H A DCompilation.cpp126 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp308 if (active && fs::exists(path) && !fs::can_write(path)) { in DependencyTracker()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h477 inline bool can_write(const Twine &Path) { in can_write() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp859 if (!llvm::sys::fs::can_write(OutputPath)) in createOutputFileImpl()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4357 bool writable = llvm::sys::fs::can_write(path); in CheckJITObjectsDir()