Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DJob.h219 const std::vector<std::string> &getOutputFilenames() const { in getOutputFilenames() function
/llvm-project-15.0.7/clang/unittests/Driver/
H A DToolChainTest.cpp331 auto ObjFile = CmdCompile->getOutputFilenames().front(); in TEST()
337 auto ExeFile = CmdLink->getOutputFilenames().front(); in TEST()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp4755 else if (!Cmd.getOutputFilenames().empty()) in BuildJobs()
4756 LinkingOutput = Cmd.getOutputFilenames().front().c_str(); in BuildJobs()