Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
909 : 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.cpp101 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
H A DPath.cpp1017 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGraphWriter.h335 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
H A DFileSystem.h733 CD_CreateAlways = 0, enumerator
1043 CreationDisposition Disp = CD_CreateAlways,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp405 sys::fs::CD_CreateAlways, in writeYaml()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc954 } else if (Disp == CD_CreateAlways) {
1007 * CD_CreateAlways conv: auto conv: on
1018 * CD_CreateAlways conv: off conv: off
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp553 sys::fs::CD_CreateAlways, in doExtract()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp829 sys::fs::openFileForWrite(NewFilename, FD, sys::fs::CD_CreateAlways); in getOutputFileName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1092 // now explicit and defaults to CD_CreateAlways, this assumption would cause
1101 case CD_CreateAlways: