Searched defs:raw_string_ostream (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Draw_ostream.h422 /// raw_string_ostream - A raw_ostream that writes to an std::string. This is a
424 class raw_string_ostream : public raw_ostream { class in namespace:llvm
434 explicit raw_string_ostream(std::string &O) : OS(O) {} function in class:llvm::raw_string_ostream
435 ~raw_string_ostream();
/external/llvm/include/llvm/Support/
H A Draw_ostream.h450 class raw_string_ostream : public raw_ostream { class in namespace:llvm
461 explicit raw_string_ostream(std::string &O) : OS(O) {} function in class:llvm::raw_string_ostream
462 ~raw_string_ostream() override;
/external/llvm/lib/Support/
H A Draw_ostream.cpp745 // raw_string_ostream
748 raw_string_ostream::~raw_string_ostream() {
752 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) {
/external/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp669 // raw_string_ostream
672 raw_string_ostream::~raw_string_ostream() {
676 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) {

Completed in 677 milliseconds