Home
last modified time | relevance | path

Searched defs:raw_string_ostream (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
Draw_ostream.h461 explicit raw_string_ostream(std::string &O) : OS(O) {} in raw_string_ostream() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h474 explicit raw_string_ostream(std::string &O) : OS(O) {} in raw_string_ostream() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h527 explicit raw_string_ostream(std::string &O) : OS(O) {} in raw_string_ostream() function
/external/llvm-project/llvm/include/llvm/Support/
Draw_ostream.h618 explicit raw_string_ostream(std::string &O) : OS(O) { in raw_string_ostream() function