Searched refs:F_Append (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp59 OutputPath.str().c_str(), Error, llvm::sys::fs::F_Append);
H A DCompilerInstance.cpp115 llvm::sys::fs::F_Append));
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DPath.inc1012 assert((!(Flags & sys::fs::F_Excl) || !(Flags & sys::fs::F_Append)) &&
1025 else if (Flags & F_Append)
1047 if (Flags & F_Append)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DCompilation.cpp140 llvm::sys::fs::F_Append);
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DPath.inc773 assert((!(Flags & sys::fs::F_Excl) || !(Flags & sys::fs::F_Append)) &&
778 if (Flags & F_Append)
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DTimer.cpp70 new raw_fd_ostream(OutputFilename.c_str(), Error, sys::fs::F_Append);
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DFileSystem.h619 /// F_Append - When opening a file, if it already exists append to the
622 F_Append = 2, enumerator in enum:llvm::sys::fs::OpenFlags
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp637 OS = new raw_fd_ostream(SecureLogFile, Err, sys::fs::F_Append);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp279 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo, sys::fs::F_Append);

Completed in 89 milliseconds