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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h647 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
663 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream

Completed in 121 milliseconds