Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp599 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream()
608 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, Access, in raw_fd_ostream()
613 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream()
923 : 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()
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp361 sys::fs::CD_CreateAlways, in runBenchmarkConfigurations()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc985 } else if (Disp == CD_CreateAlways) {
1038 * CD_CreateAlways conv: auto conv: on
1049 * CD_CreateAlways conv: off conv: off
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp841 sys::fs::openFileForWrite(NewFilename, FD, sys::fs::CD_CreateAlways); in getOutputFileName()
/openbsd-src/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp602 sys::fs::CD_CreateAlways, in doExtract()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc1100 // now explicit and defaults to CD_CreateAlways, this assumption would cause
1109 case CD_CreateAlways: