Searched defs:raw_string_ostream (Results 1 – 2 of 2) sorted by relevance
231 function_ref<void(raw_string_ostream &, const BasicBlock &)> in getCompleteNodeLabel()
673 explicit raw_string_ostream(std::string &O) : OS(O) { in raw_string_ostream() function