Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h705 class buffer_unique_ostream : public raw_svector_ostream {
712 buffer_unique_ostream(std::unique_ptr<raw_ostream> OS) in buffer_unique_ostream() function
714 ~buffer_unique_ostream() override { *OS << str(); } in ~buffer_unique_ostream()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp989 void buffer_unique_ostream::anchor() {} in anchor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp871 return std::make_unique<llvm::buffer_unique_ostream>(std::move(OS)); in createOutputFileImpl()