Searched refs:FA_Write (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 568 assert((Access & sys::fs::FA_Write) && in getFD() 592 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 597 : raw_fd_ostream(Filename, EC, Disp, sys::fs::FA_Write, sys::fs::OF_None) {} in raw_fd_ostream() 606 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 931 sys::fs::FA_Write | sys::fs::FA_Read, in raw_fd_stream()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 754 FA_Write = 2, enumerator 1075 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode); 1095 return openNativeFile(Name, Disp, FA_Write, Flags, Mode); 1117 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode); 1137 return openNativeFile(Name, Disp, FA_Write | FA_Read, Flags, Mode);
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 978 else if (Access == FA_Write) 980 else if (Access == (FA_Read | FA_Write)) 1096 bool DoSetTag = (Access & FA_Write) && (Disp != CD_OpenExisting) &&
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 1078 openFile(path, pc.pc_fd, CD_CreateNew, FA_Write, OF_None)) { in SaveCore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 842 sys::fs::FA_Write, sys::fs::OF_Text); in prepareDumpIRFileDescriptor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1175 if (Access & FA_Write)
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2156 llvm::sys::fs::FA_Write, in generateCompilationDiagnostics()
|