Searched refs:OF_Append (Results 1 – 7 of 7) sorted by relevance
104 sys::fs::OpenFlags OpenFlags = sys::fs::OF_Append; in emit()
71 OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_Text); in CreateInfoOutputFile()
105 llvm::sys::fs::OF_Append); in generateCodeSequence()
1046 if (Flags & OF_Append)1067 // OF_Append implied it would open an existing file. Since the disposition is1069 // any usage of OF_Append to append to a new file, even if the file already1072 // OF_Append being used on a read-only descriptor, which doesn't make sense.1073 if (Flags & OF_Append)1139 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
925 // This is for compatibility with old code that assumed OF_Append implied927 if (Flags & OF_Append)942 if (Flags & OF_Append)
771 OF_Append = 2, enumerator
782 StringRef(SecureLogFile), EC, sys::fs::OF_Append | sys::fs::OF_Text); in parseDirectiveSecureLogUnique()