Home
last modified time | relevance | path

Searched refs:OF_Append (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp27 log_file, EC, sys::fs::OF_TextWithCRLF | sys::fs::OF_Append); in GetLogStream()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducerProvider.cpp55 m_files_os.emplace(files_path, ec, llvm::sys::fs::OF_Append); in FlushingFileCollector()
58 m_dirs_os.emplace(dirs_path, ec, llvm::sys::fs::OF_Append); in FlushingFileCollector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp91 sys::fs::OpenFlags OpenFlags = sys::fs::OF_Append; in emit()
H A DTimer.cpp109 OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in CreateInfoOutputFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp107 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
H A DCompilerInstance.cpp288 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in SetUpDiagnosticLog()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp104 llvm::sys::fs::OF_Append); in generateCodeSequence()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp178 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF)); in ExecuteCommand()
H A DDriver.cpp4128 llvm::sys::fs::OF_Append | in BuildJobs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1063 if (Flags & OF_Append)
1086 // OF_Append implied it would open an existing file. Since the disposition is
1088 // any usage of OF_Append to append to a new file, even if the file already
1091 // OF_Append being used on a read-only descriptor, which doesn't make sense.
1092 if (Flags & OF_Append)
1158 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp137 EC, sys::fs::OF_Append); in getOrCreateLogFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc952 // This is for compatibility with old code that assumed OF_Append implied
954 if (Flags & OF_Append)
973 if (Flags & OF_Append)
1059 if ((Flags & OF_Append) && lseek(ResultFD, 0, SEEK_END) == -1)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h773 OF_Append = 4, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp780 sys::fs::OF_Append | in parseDirectiveSecureLogUnique()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp498 sys::fs::OF_Append | sys::fs::OF_TextWithCRLF}; in writeJSON()