|
LLVM
3.7.0
|
#include "llvm/Support/raw_ostream.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringExtras.h"#include "llvm/Config/config.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/Format.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/Process.h"#include "llvm/Support/Program.h"#include <cctype>#include <cerrno>#include <sys/stat.h>#include <system_error>#include <fcntl.h>#include <unistd.h>#include <sys/uio.h>Go to the source code of this file.
Functions | |
| static int | getFD (StringRef Filename, std::error_code &EC, sys::fs::OpenFlags Flags) |
|
static |
Definition at line 490 of file raw_ostream.cpp.
References llvm::sys::ChangeStdoutToBinary(), llvm::sys::fs::F_Text, and llvm::sys::fs::openFileForWrite().
1.8.6