Searched refs:getOutputFile (Results 1 – 4 of 4) sorted by relevance
126 auto OS = std::make_unique<llvm::raw_fd_ostream>(getOutputFile(), EC); in HandleTranslationUnit()129 << getOutputFile() << EC.message() << "\n"; in HandleTranslationUnit()
128 const std::string &getOutputFile() const { return OutputFile; }146 SS << ">" << getOutputFile() << " "; in toString() 127 const std::string &getOutputFile() const { return OutputFile; } getOutputFile() function
503 std::string Path = Cmd.getOutputFile(); in ExecuteCommand()
939 StringRef getOutputFile() const { return OutputFile; } in getOutputFile() function