Home
last modified time | relevance | path

Searched refs:CD_CreateAlways (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp593 : 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 DTarWriter.cpp174 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
H A DFileOutputBuffer.cpp99 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
H A DPath.cpp1021 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
/llvm-project-15.0.7/lldb/unittests/Target/
H A DFindFileTest.cpp72 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 DClangMove.cpp33 path, fd, llvm::sys::fs::CD_CreateAlways, in CreateNewFile()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGraphWriter.h387 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
H A DFileSystem.h733 CD_CreateAlways = 0, enumerator
1066 CreationDisposition Disp = CD_CreateAlways,
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp405 sys::fs::CD_CreateAlways, in writeYaml()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc988 } 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 DPath.cpp1778 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 Dgold-plugin.cpp841 sys::fs::openFileForWrite(NewFilename, FD, sys::fs::CD_CreateAlways); in getOutputFileName()
/llvm-project-15.0.7/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp602 sys::fs::CD_CreateAlways, in doExtract()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc1108 // now explicit and defaults to CD_CreateAlways, this assumption would cause
1117 case CD_CreateAlways: