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.cpp592 : 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 DTarWriter.cpp174 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
H A DFileOutputBuffer.cpp102 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_Delete, Mode)) in commit()
H A DPath.cpp1021 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h389 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
H A DFileSystem.h734 CD_CreateAlways = 0, enumerator
1073 CreationDisposition Disp = CD_CreateAlways,
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc991 } 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 Dllvm-ar.cpp598 sys::fs::CD_CreateAlways, in doExtract()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1150 // now explicit and defaults to CD_CreateAlways, this assumption would cause
1159 case CD_CreateAlways: