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 | 570 assert((Access & sys::fs::FA_Write) && in getFD() 594 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 599 : raw_fd_ostream(Filename, EC, Disp, sys::fs::FA_Write, sys::fs::OF_None) {} in raw_fd_ostream() 608 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 927 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 | 750 FA_Write = 2, enumerator 1065 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode); 1085 return openNativeFile(Name, Disp, FA_Write, Flags, Mode); 1107 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode); 1127 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 | 977 else if (Access == FA_Write) 979 else if (Access == (FA_Read | FA_Write)) 1095 bool DoSetTag = (Access & FA_Write) && (Disp != CD_OpenExisting) &&
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 1069 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 | 1173 if (Access & FA_Write)
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 1856 llvm::sys::fs::FA_Write, in generateCompilationDiagnostics()
|