Searched refs:getOutputFilenames (Results 1 – 3 of 3) sorted by relevance
219 const std::vector<std::string> &getOutputFilenames() const { in getOutputFilenames() function
331 auto ObjFile = CmdCompile->getOutputFilenames().front(); in TEST()337 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
4755 else if (!Cmd.getOutputFilenames().empty()) in BuildJobs()4756 LinkingOutput = Cmd.getOutputFilenames().front().c_str(); in BuildJobs()