Searched refs:FA_Read (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 752 FA_Read = 1, enumerator 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/lib/Support/ |
| H A D | raw_ostream.cpp | 588 if (Access & sys::fs::FA_Read) in getFD() 924 sys::fs::FA_Write | sys::fs::FA_Read, in raw_fd_stream()
|
| /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 | 970 if (Access == FA_Read) 974 else if (Access == (FA_Read | FA_Write)) 1129 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1123 if (Access & FA_Read) 1235 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | SyntheticSections.cpp | 1599 CHECK(openNativeFile(xarPath, CD_OpenExisting, FA_Read, OF_None), in writeTo()
|