Home
last modified time | relevance | path

Searched refs:raw_os_ostream (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_os_ostream.cpp21 raw_os_ostream::~raw_os_ostream() { in ~raw_os_ostream()
25 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_os_ostream.h24 class raw_os_ostream : public raw_ostream {
35 raw_os_ostream(std::ostream &O) : OS(O) {} in raw_os_ostream() function
36 ~raw_os_ostream() override;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h39 raw_os_ostream OS(*Out); in PrintTo()
/freebsd/lib/clang/libllvm/
H A DMakefile1214 SRCS_MIN+= Support/raw_os_ostream.cpp