Home
last modified time | relevance | path

Searched refs:RSO (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/Option/
DOptionParsingTest.cpp95 raw_string_ostream RSO(Help); in TEST() local
96 T.PrintHelp(RSO, "test", "title!"); in TEST()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1169 raw_string_ostream RSO(ErrMessage); in verifyNoDeadCode() local
1170 RSO << "Dead instruction detected!\n" << I << "\n"; in verifyNoDeadCode()
1171 llvm_unreachable(RSO.str().c_str()); in verifyNoDeadCode()