Searched refs:OF_Append (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/lldb-server/ |
H A D | LLDBServerUtilities.cpp | 42 log_file, EC, sys::fs::OF_TextWithCRLF | sys::fs::OF_Append); in GetLogStream()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrOrderFile.cpp | 96 llvm::sys::fs::OF_Append); in generateCodeSequence()
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | Compilation.cpp | 178 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF)); in ExecuteCommand()
|
H A D | Driver.cpp | 4786 llvm::sys::fs::OF_Append | in BuildJobs()
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | HeaderIncludeGen.cpp | 145 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
|
H A D | CompilerInstance.cpp | 295 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in SetUpDiagnosticLog()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 128 EC, sys::fs::OF_Append); in getOrCreateLogFile()
|
/openbsd/gnu/llvm/llvm/lib/Support/Windows/ |
H A D | Path.inc | 1076 if (Flags & OF_Append) 1099 // OF_Append implied it would open an existing file. Since the disposition is 1101 // any usage of OF_Append to append to a new file, even if the file already 1104 // OF_Append being used on a read-only descriptor, which doesn't make sense. 1105 if (Flags & OF_Append) 1171 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Path.inc | 977 // This is for compatibility with old code that assumed OF_Append implied 979 if (Flags & OF_Append) 998 if (Flags & OF_Append) 1084 if ((Flags & OF_Append) && lseek(ResultFD, 0, SEEK_END) == -1)
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 773 OF_Append = 4, enumerator
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 780 SecureLogFile, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in parseDirectiveSecureLogUnique()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 516 sys::fs::OF_Append | sys::fs::OF_TextWithCRLF}; in writeJSON()
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 2334 llvm::sys::fs::OF_TextWithCRLF | llvm::sys::fs::OF_Append); in DumpCompilationDatabase()
|