Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Output

60     std::string Output;
68 void setOutput(const llvm::Twine &Output) {
70 this->Output = Output.str();
77 llvm::errs() << Output << ':';