Searched refs:getOutputFilenames (Results 1 – 3 of 3) sorted by relevance
225 const std::vector<std::string> &getOutputFilenames() const { in getOutputFilenames() function
595 if (LastCmd->getOutputFilenames().size() != 1) { in getCompilationDataBase()599 StringRef OutputFile = LastCmd->getOutputFilenames().front(); in getCompilationDataBase()
4757 else if (!Cmd.getOutputFilenames().empty()) in BuildJobs()4758 LinkingOutput = Cmd.getOutputFilenames().front().c_str(); in BuildJobs()