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

/external/llvm/include/llvm/Support/
H A Draw_ostream.h435 /// raw_string_ostream - A raw_ostream that writes to an std::string. This is a
437 class raw_string_ostream : public raw_ostream { class in namespace:llvm
447 explicit raw_string_ostream(std::string &O) : OS(O) {} function in class:llvm::raw_string_ostream
448 ~raw_string_ostream();
/external/llvm/lib/Support/
H A Draw_ostream.cpp688 // raw_string_ostream
691 raw_string_ostream::~raw_string_ostream() {
695 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) {

Completed in 72 milliseconds