Searched refs:FA_Read (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 752 FA_Read = 1, enumerator 1085 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode); 1105 return openNativeFile(Name, Disp, FA_Write | FA_Read, Flags, Mode);
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 583 if (Access & sys::fs::FA_Read) in getFD() 910 sys::fs::FA_Write | sys::fs::FA_Read, in raw_fd_stream()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 945 if (Access == FA_Read) 949 else if (Access == (FA_Read | FA_Write)) 1104 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1110 if (Access & FA_Read) 1228 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.cpp | 1285 CHECK(openNativeFile(xarPath, CD_OpenExisting, FA_Read, OF_None), in writeTo()
|