Searched defs:raw_fd_ostream (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 599 : raw_fd_ostream(Filename, EC, Disp, sys::fs::FA_Write, sys::fs::OF_None) {} in raw_fd_ostream() function in raw_fd_ostream 603 : raw_fd_ostream(Filenam function in raw_fd_ostream 607 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC, raw_fd_ostream() function in raw_fd_ostream 612 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC, raw_fd_ostream() function in raw_fd_ostream 617 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC, raw_fd_ostream() function in raw_fd_ostream 625 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered, raw_fd_ostream() function in raw_fd_ostream [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfWriter.h | 35 class raw_fd_ostream; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 47 class raw_fd_ostream; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 35 class raw_fd_ostream; variable
|