Searched refs:RSO (Results 1 – 2 of 2) sorted by relevance
95 raw_string_ostream RSO(Help); in TEST() local96 T.PrintHelp(RSO, "test", "title!"); in TEST()
1169 raw_string_ostream RSO(ErrMessage); in verifyNoDeadCode() local1170 RSO << "Dead instruction detected!\n" << I << "\n"; in verifyNoDeadCode()1171 llvm_unreachable(RSO.str().c_str()); in verifyNoDeadCode()