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 424 /// raw_string_ostream - A raw_ostream that writes to an std::string. This is a
426 class raw_string_ostream : public raw_ostream { class in namespace:llvm
436 explicit raw_string_ostream(std::string &O) : OS(O) {} function in class:llvm::raw_string_ostream
437 ~raw_string_ostream();
  /external/llvm/lib/Support/
raw_ostream.cpp 677 // raw_string_ostream
680 raw_string_ostream::~raw_string_ostream() {
684 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) {

Completed in 54 milliseconds