Home
last modified time | relevance | path

Searched refs:FA_Read (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h752 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 DSourceCoverageView.cpp68 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 Draw_ostream.cpp583 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 DPath.inc945 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 DPath.inc1110 if (Access & FA_Read)
1228 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1285 CHECK(openNativeFile(xarPath, CD_OpenExisting, FA_Read, OF_None), in writeTo()