Searched refs:FA_Read (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Target/ |
| H A D | FindFileTest.cpp | 72 ASSERT_NO_ERROR(openFile(FileName, fd, CD_CreateAlways, FA_Read, OF_None)); in TEST_F()
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 582 if (Access & sys::fs::FA_Read) in getFD() 911 sys::fs::FA_Write | sys::fs::FA_Read, in raw_fd_stream()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | ClangdMain.cpp | 796 llvm::sys::fs::FA_Read | llvm::sys::fs::FA_Write); in main() 817 llvm::sys::fs::FA_Read | llvm::sys::fs::FA_Write); in main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/ |
| H A D | llvm-exegesis.cpp | 394 sys::fs::FA_Read | sys::fs::FA_Write); in maybeRunAnalysis()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/server/ |
| H A D | Server.cpp | 512 llvm::sys::fs::FA_Read | llvm::sys::fs::FA_Write); in main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | llvm-rc.cpp | 649 Dest, EC, sys::fs::FA_Read | sys::fs::FA_Write); in doRc()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 973 if (Access == FA_Read) 977 else if (Access == (FA_Read | FA_Write)) 1132 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1131 if (Access & FA_Read) 1243 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | SyntheticSections.cpp | 1414 CHECK(openNativeFile(xarPath, CD_OpenExisting, FA_Read, OF_None), in writeTo()
|