Searched refs:buffer_ostream (Results 1 – 10 of 10) sorted by relevance
519 class buffer_ostream : public raw_svector_ostream {524 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {} in buffer_ostream() function525 ~buffer_ostream() override { OS << str(); } in ~buffer_ostream()
533 class buffer_ostream : public raw_svector_ostream {538 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {} in buffer_ostream() function539 ~buffer_ostream() override { OS << str(); } in ~buffer_ostream()
547 class buffer_ostream : public raw_svector_ostream {552 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {} in buffer_ostream() function553 ~buffer_ostream() override { OS << str(); } in ~buffer_ostream()
223 std::unique_ptr<buffer_ostream> BOS; in AssembleOneInput()226 BOS = make_unique<buffer_ostream>(Out->os()); in AssembleOneInput()
372 std::unique_ptr<buffer_ostream> BOS; in ExecuteAssembler()394 BOS = make_unique<buffer_ostream>(*FDOS); in ExecuteAssembler()
438 std::unique_ptr<buffer_ostream> BOS; in main()484 BOS = make_unique<buffer_ostream>(Out->os()); in main()
485 std::unique_ptr<buffer_ostream> BOS; in main()522 BOS = make_unique<buffer_ostream>(Out->os()); in main()
253 llvm::buffer_ostream pstream(stream); in EmitModuleToPTX()
385 std::unique_ptr<buffer_ostream> BOS; in main()
712 auto B = llvm::make_unique<llvm::buffer_ostream>(*OS); in createOutputFile()