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

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Draw_ostream.h426 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
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Draw_ostream.cpp

Completed in 109 milliseconds