Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCodeGenCoverage.cpp91 sys::fs::OpenFlags OpenFlags = sys::fs::OF_Append; in emit()
H A DTimer.cpp85 OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in CreateInfoOutputFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp107 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
H A DCompilerInstance.cpp288 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in SetUpDiagnosticLog()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp104 llvm::sys::fs::OF_Append); in generateCodeSequence()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCompilation.cpp178 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF)); in ExecuteCommand()
H A DDriver.cpp4111 llvm::sys::fs::OF_Append | in BuildJobs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1068 if (Flags & OF_Append)
1091 // OF_Append implied it would open an existing file. Since the disposition is
1093 // any usage of OF_Append to append to a new file, even if the file already
1096 // OF_Append being used on a read-only descriptor, which doesn't make sense.
1097 if (Flags & OF_Append)
1163 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc946 // This is for compatibility with old code that assumed OF_Append implied
948 if (Flags & OF_Append)
967 if (Flags & OF_Append)
1053 if ((Flags & OF_Append) && lseek(ResultFD, 0, SEEK_END) == -1)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h775 OF_Append = 4, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp498 sys::fs::OF_Append | sys::fs::OF_TextWithCRLF}; in writeJSON()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp780 sys::fs::OF_Append | in parseDirectiveSecureLogUnique()