Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
Draw_ostream.h493 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { in raw_svector_ostream() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h506 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { in raw_svector_ostream() function
/external/swiftshader/third_party/LLVM/lib/Support/
Draw_ostream.cpp690 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { in raw_svector_ostream() function in raw_svector_ostream