Home
last modified time | relevance | path

Searched refs:buffer_unique_ostream (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h732 class buffer_unique_ostream : public raw_svector_ostream {
739 buffer_unique_ostream(std::unique_ptr<raw_ostream> OS) in buffer_unique_ostream() function
745 ~buffer_unique_ostream() override { *OS << str(); } in ~buffer_unique_ostream()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp999 void buffer_unique_ostream::anchor() {} in anchor()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp958 return std::make_unique<llvm::buffer_unique_ostream>(std::move(OS)); in createOutputFileImpl()