Searched refs:setVerboseOutputStream (Results 1 – 3 of 3) sorted by relevance
66 Compiler.setVerboseOutputStream(VerboseStream); in TEST()95 Compiler.setVerboseOutputStream(std::move(VerboseStream)); in TEST()106 Compiler.setVerboseOutputStream(std::make_unique<raw_null_ostream>()); in TEST()109 Compiler.setVerboseOutputStream(llvm::nulls()); in TEST()
353 void setVerboseOutputStream(raw_ostream &Value);356 void setVerboseOutputStream(std::unique_ptr<raw_ostream> Value);
89 void CompilerInstance::setVerboseOutputStream(raw_ostream &Value) { in setVerboseOutputStream() function in CompilerInstance94 void CompilerInstance::setVerboseOutputStream(std::unique_ptr<raw_ostream> Value) { in setVerboseOutputStream() function in CompilerInstance