Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
HDLLDBServerUtilities.cpp42 log_file, EC, sys::fs::OF_TextWithCRLF | sys::fs::OF_Append); in GetLogStream()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDCodeGenCoverage.cpp91 sys::fs::OpenFlags OpenFlags = sys::fs::OF_Append; in emit()
HDTimer.cpp109 OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in CreateInfoOutputFile()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrOrderFile.cpp93 llvm::sys::fs::OF_Append); in generateCodeSequence()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDCompilation.cpp178 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF)); in ExecuteCommand()
HDDriver.cpp5021 llvm::sys::fs::OF_Append | in BuildJobs()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDHeaderIncludeGen.cpp164 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
HDCompilerInstance.cpp293 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in SetUpDiagnosticLog()
1081 FileFlags |= llvm::sys::fs::OF_Append; in ExecuteAction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDPath.inc1124 if (Flags & OF_Append)
1147 // OF_Append implied it would open an existing file. Since the disposition is
1149 // any usage of OF_Append to append to a new file, even if the file already
1152 // OF_Append being used on a read-only descriptor, which doesn't make sense.
1153 if (Flags & OF_Append)
1219 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroElide.cpp153 EC, sys::fs::OF_Append); in getOrCreateLogFile()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDPath.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-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFileSystem.h770 OF_Append = 4, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDebugify.cpp519 sys::fs::OF_Append | sys::fs::OF_TextWithCRLF}; in writeJSON()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp780 SecureLogFile, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in parseDirectiveSecureLogUnique()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDDriver.cpp122 auxiliaryFiles.insert(filename).second ? OF_None : OF_Append; in openAuxiliaryFile()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp2431 llvm::sys::fs::OF_TextWithCRLF | llvm::sys::fs::OF_Append); in DumpCompilationDatabase()