Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp231 function_ref<void(raw_string_ostream &, const BasicBlock &)> in getCompleteNodeLabel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h673 explicit raw_string_ostream(std::string &O) : OS(O) { in raw_string_ostream() function