Searched refs:OF_Append (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | LLDBServerUtilities.cpp | 44 log_file, EC, sys::fs::OF_TextWithCRLF | sys::fs::OF_Append); in GetLogStream()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CodeGenCoverage.cpp | 91 sys::fs::OpenFlags OpenFlags = sys::fs::OF_Append; in emit()
|
| H A D | Timer.cpp | 78 OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in CreateInfoOutputFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Compilation.cpp | 175 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF)); in ExecuteCommand()
|
| H A D | Driver.cpp | 5367 llvm::sys::fs::OF_Append | in BuildJobs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 137 EC, sys::fs::OF_Append); in getOrCreateLogFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 207 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
|
| H A D | CompilerInstance.cpp | 292 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in SetUpDiagnosticLog() 1075 FileFlags |= llvm::sys::fs::OF_Append; in ExecuteAction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1126 if (Flags & OF_Append) 1149 // OF_Append implied it would open an existing file. Since the disposition is 1151 // any usage of OF_Append to append to a new file, even if the file already 1154 // OF_Append being used on a read-only descriptor, which doesn't make sense. 1155 if (Flags & OF_Append) 1221 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 983 // This is for compatibility with old code that assumed OF_Append implied 985 if (Flags & OF_Append) 1004 if (Flags & OF_Append) 1090 if ((Flags & OF_Append) && lseek(ResultFD, 0, SEEK_END) == -1)
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 770 SecureLogFile, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in parseDirectiveSecureLogUnique()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 774 OF_Append = 4, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 590 sys::fs::OF_Append | sys::fs::OF_TextWithCRLF}; in writeJSON()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 105 auxiliaryFiles.insert(filename).second ? OF_None : OF_Append; in openAuxiliaryFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2308 llvm::sys::fs::OF_TextWithCRLF | llvm::sys::fs::OF_Append); in DumpCompilationDatabase()
|