Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp42 log_file, EC, sys::fs::OF_TextWithCRLF | sys::fs::OF_Append); in GetLogStream()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp92 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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp93 llvm::sys::fs::OF_Append); in generateCodeSequence()
/freebsd/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.cpp4935 llvm::sys::fs::OF_Append | in BuildJobs()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp164 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
H A DCompilerInstance.cpp293 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in SetUpDiagnosticLog()
1100 FileFlags |= llvm::sys::fs::OF_Append; in ExecuteAction()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1118 if (Flags & OF_Append)
1141 // OF_Append implied it would open an existing file. Since the disposition is
1143 // any usage of OF_Append to append to a new file, even if the file already
1146 // OF_Append being used on a read-only descriptor, which doesn't make sense.
1147 if (Flags & OF_Append)
1213 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp130 EC, sys::fs::OF_Append); in getOrCreateLogFile()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc982 // This is for compatibility with old code that assumed OF_Append implied
984 if (Flags & OF_Append)
1003 if (Flags & OF_Append)
1089 if ((Flags & OF_Append) && lseek(ResultFD, 0, SEEK_END) == -1)
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h771 OF_Append = 4, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp780 SecureLogFile, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in parseDirectiveSecureLogUnique()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp516 sys::fs::OF_Append | sys::fs::OF_TextWithCRLF}; in writeJSON()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp121 auxiliaryFiles.insert(filename).second ? OF_None : OF_Append; in openAuxiliaryFile()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2351 llvm::sys::fs::OF_TextWithCRLF | llvm::sys::fs::OF_Append); in DumpCompilationDatabase()