Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A Dbuffer_ostream_test.cpp62 buffer_unique_ostream BufferOS(std::move(DestOS)); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h720 class buffer_unique_ostream : public raw_svector_ostream {
727 buffer_unique_ostream(std::unique_ptr<raw_ostream> OS) in buffer_unique_ostream() function
733 ~buffer_unique_ostream() override { *OS << str(); } in ~buffer_unique_ostream()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInstance.cpp132 return std::make_unique<llvm::buffer_unique_ostream>(std::move(os)); in createOutputFileImpl()
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp985 void buffer_unique_ostream::anchor() {} in anchor()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp935 return std::make_unique<llvm::buffer_unique_ostream>(std::move(OS)); in createOutputFileImpl()