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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Draw_ostream.h441 class raw_string_ostream : public raw_ostream { class in namespace:llvm
451 explicit raw_string_ostream(std::string &O) : OS(O) {} function in class:llvm::raw_string_ostream
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Draw_ostream.cpp

Completed in 150 milliseconds