Searched refs:FA_Write (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 575 assert((Access & sys::fs::FA_Write) && in getFD() 599 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 604 : raw_fd_ostream(Filename, EC, Disp, sys::fs::FA_Write, sys::fs::OF_None) {} in raw_fd_ostream() 613 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 924 sys::fs::FA_Write | sys::fs::FA_Read, in raw_fd_stream()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 753 FA_Write = 2, enumerator 1068 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode); 1088 return openNativeFile(Name, Disp, FA_Write, Flags, Mode); 1110 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode); 1130 return openNativeFile(Name, Disp, FA_Write | FA_Read, Flags, Mode);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 68 new raw_fd_ostream(FullPath, E, sys::fs::FA_Read | sys::fs::FA_Write); in createOutputStream()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/ |
| H A D | llvm-exegesis.cpp | 522 sys::fs::FA_Read | sys::fs::FA_Write); in maybeRunAnalysis()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-rc/ |
| H A D | llvm-rc.cpp | 668 Dest, EC, sys::fs::FA_Read | sys::fs::FA_Write); in doRc()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 972 else if (Access == FA_Write) 974 else if (Access == (FA_Read | FA_Write)) 1090 bool DoSetTag = (Access & FA_Write) && (Disp != CD_OpenExisting) &&
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 1042 openFile(path, pc.pc_fd, CD_CreateNew, FA_Write, OF_None)) { in SaveCore()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1125 if (Access & FA_Write)
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Driver.cpp | 1763 llvm::sys::fs::FA_Write, in generateCompilationDiagnostics()
|