HomeSort by relevance Sort by last modified time
    Searched defs:raw_string_ostream (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
raw_ostream.h 429 /// raw_string_ostream - A raw_ostream that writes to an std::string. This is a
431 class raw_string_ostream : public raw_ostream { class in namespace:llvm
441 explicit raw_string_ostream(std::string &O) : OS(O) {} function in class:llvm::raw_string_ostream
442 ~raw_string_ostream();
  /external/llvm/lib/Support/
raw_ostream.cpp 685 // raw_string_ostream
688 raw_string_ostream::~raw_string_ostream() {
692 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) {

Completed in 927 milliseconds