Home
last modified time | relevance | path

Searched refs:InputFileList (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp48 InputFileList(cl::Positional, cl::ZeroOrMore, variable
367 if (!InputFileList.size()) in printLineInfoForInput()
368 InputFileList.push_back("-"); in printLineInfoForInput()
369 for (auto &File : InputFileList) { in printLineInfoForInput()
506 if (!InputFileList.size()) in executeInput()
507 InputFileList.push_back("-"); in executeInput()
510 for (auto &File : InputFileList) { in executeInput()
570 Argv.push_back(InputFileList[0].data()); in executeInput()
903 if (!InputFileList.size()) in linkAndVerify()
904 InputFileList.push_back("-"); in linkAndVerify()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DJob.h134 llvm::opt::ArgStringList InputFileList; variable
197 InputFileList = std::move(List); in setInputFileList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp109 for (const auto *Arg : InputFileList) { in writeResponseFile()
144 for (const auto *InputName : InputFileList) in buildArgvForResponseFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp528 llvm::opt::ArgStringList InputFileList; in ConstructJob() local
627 if (InputFileList.size() > 0) in ConstructJob()
633 InputFileList.push_back(II.getFilename()); in ConstructJob()
727 Cmd->setInputFileList(std::move(InputFileList)); in ConstructJob()