Searched refs:OF_Append (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | LLDBServerUtilities.cpp | 42 log_file, EC, sys::fs::OF_TextWithCRLF | sys::fs::OF_Append); in GetLogStream()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CodeGenCoverage.cpp | 91 sys::fs::OpenFlags OpenFlags = sys::fs::OF_Append; in emit()
|
| H A D | Timer.cpp | 109 OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in CreateInfoOutputFile()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 107 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
|
| H A D | CompilerInstance.cpp | 290 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in SetUpDiagnosticLog()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrOrderFile.cpp | 96 llvm::sys::fs::OF_Append); in generateCodeSequence()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Compilation.cpp | 179 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF)); in ExecuteCommand()
|
| H A D | Driver.cpp | 4784 llvm::sys::fs::OF_Append | in BuildJobs()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 126 EC, sys::fs::OF_Append); in getOrCreateLogFile()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1084 if (Flags & OF_Append) 1107 // OF_Append implied it would open an existing file. Since the disposition is 1109 // any usage of OF_Append to append to a new file, even if the file already 1112 // OF_Append being used on a read-only descriptor, which doesn't make sense. 1113 if (Flags & OF_Append) 1179 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 980 // This is for compatibility with old code that assumed OF_Append implied 982 if (Flags & OF_Append) 1001 if (Flags & OF_Append) 1087 if ((Flags & OF_Append) && lseek(ResultFD, 0, SEEK_END) == -1)
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 773 OF_Append = 4, enumerator
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 780 sys::fs::OF_Append | in parseDirectiveSecureLogUnique()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 509 sys::fs::OF_Append | sys::fs::OF_TextWithCRLF}; in writeJSON()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 1861 fs::openFileForWrite(NonExistantFile, FD, Disp, fs::OF_Append)); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2411 llvm::sys::fs::OF_TextWithCRLF | llvm::sys::fs::OF_Append); in DumpCompilationDatabase()
|