Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A Draw_ostream.cpp530 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream()
539 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, Access, in raw_fd_ostream()
544 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream()
H A DTarWriter.cpp165 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
H A DFileOutputBuffer.cpp95 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
H A DPath.cpp967 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileSystem.h721 CD_CreateAlways = 0, enumerator
952 CreationDisposition Disp = CD_CreateAlways,
/freebsd-12.1/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp449 sys::fs::CD_CreateAlways, in doExtract()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc1050 // now explicit and defaults to CD_CreateAlways, this assumption would cause
1059 case CD_CreateAlways:
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1270 log_file, FD, llvm::sys::fs::CD_CreateAlways, flags)) { in EnableLog()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DPath.inc813 } else if (Disp == CD_CreateAlways) {