Home
last modified time | relevance | path

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

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