Home
last modified time | relevance | path

Searched refs:getOutputFilenames (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DJob.h214 const std::vector<std::string> &getOutputFilenames() const { in getOutputFilenames() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp4082 else if (!Cmd.getOutputFilenames().empty()) in BuildJobs()
4083 LinkingOutput = Cmd.getOutputFilenames().front().c_str(); in BuildJobs()