Searched refs:CD_CreateAlways (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 593 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 602 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, Access, in raw_fd_ostream() 607 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 910 : raw_fd_ostream(getFD(Filename, EC, sys::fs::CD_CreateAlways, in raw_fd_stream()
|
| H A D | TarWriter.cpp | 174 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
|
| H A D | FileOutputBuffer.cpp | 99 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
| H A D | Path.cpp | 1021 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
|
| /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/clang-tools-extra/clang-move/tool/ |
| H A D | ClangMove.cpp | 33 path, fd, llvm::sys::fs::CD_CreateAlways, in CreateNewFile()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 387 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
|
| H A D | FileSystem.h | 733 CD_CreateAlways = 0, enumerator 1066 CreationDisposition Disp = CD_CreateAlways,
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkResult.cpp | 405 sys::fs::CD_CreateAlways, in writeYaml()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 988 } else if (Disp == CD_CreateAlways) { 1041 * CD_CreateAlways conv: auto conv: on 1052 * CD_CreateAlways conv: off conv: off
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 1778 fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateAlways)); in TEST_F() 1801 fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateAlways)); in TEST_F() 1842 fs::CreationDisposition Disps[] = {fs::CD_CreateAlways, fs::CD_OpenAlways, in TEST_F()
|
| /llvm-project-15.0.7/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 841 sys::fs::openFileForWrite(NewFilename, FD, sys::fs::CD_CreateAlways); in getOutputFileName()
|
| /llvm-project-15.0.7/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 602 sys::fs::CD_CreateAlways, in doExtract()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1108 // now explicit and defaults to CD_CreateAlways, this assumption would cause 1117 case CD_CreateAlways:
|