Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DJob.h225 const std::vector<std::string> &getOutputFilenames() const { in getOutputFilenames() function
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp595 if (LastCmd->getOutputFilenames().size() != 1) { in getCompilationDataBase()
599 StringRef OutputFile = LastCmd->getOutputFilenames().front(); in getCompilationDataBase()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp4757 else if (!Cmd.getOutputFilenames().empty()) in BuildJobs()
4758 LinkingOutput = Cmd.getOutputFilenames().front().c_str(); in BuildJobs()