Searched refs:CD_CreateAlways (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 592 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 601 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, Access, in raw_fd_ostream() 606 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 930 : 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 | 102 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_Delete, Mode)) in commit()
|
| H A D | Path.cpp | 1021 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 389 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
|
| H A D | FileSystem.h | 734 CD_CreateAlways = 0, enumerator 1073 CreationDisposition Disp = CD_CreateAlways,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 991 } else if (Disp == CD_CreateAlways) { 1044 * CD_CreateAlways conv: auto conv: on 1055 * CD_CreateAlways conv: off conv: off
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 598 sys::fs::CD_CreateAlways, in doExtract()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1150 // now explicit and defaults to CD_CreateAlways, this assumption would cause 1159 case CD_CreateAlways:
|