Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp594 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream()
603 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, Access, in raw_fd_ostream()
608 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream()
926 : 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.cpp102 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
H A DPath.cpp1022 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h387 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
H A DFileSystem.h730 CD_CreateAlways = 0, enumerator
1063 CreationDisposition Disp = CD_CreateAlways,
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc990 } else if (Disp == CD_CreateAlways) {
1043 * CD_CreateAlways conv: auto conv: on
1054 * CD_CreateAlways conv: off conv: off
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp598 sys::fs::CD_CreateAlways, in doExtract()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1148 // now explicit and defaults to CD_CreateAlways, this assumption would cause
1157 case CD_CreateAlways: