Searched refs:CD_CreateAlways (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 594 : 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 D | TarWriter.cpp | 174 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
|
| H A D | FileOutputBuffer.cpp | 101 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
| H A D | Path.cpp | 1017 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 335 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
|
| H A D | FileSystem.h | 733 CD_CreateAlways = 0, enumerator 1043 CreationDisposition Disp = CD_CreateAlways,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkResult.cpp | 405 sys::fs::CD_CreateAlways, in writeYaml()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 954 } 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 D | llvm-ar.cpp | 553 sys::fs::CD_CreateAlways, in doExtract()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 829 sys::fs::openFileForWrite(NewFilename, FD, sys::fs::CD_CreateAlways); in getOutputFileName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1092 // now explicit and defaults to CD_CreateAlways, this assumption would cause 1101 case CD_CreateAlways:
|