Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp49 static cl::list<std::string> InputFileList(cl::Positional, cl::ZeroOrMore, variable
368 if (!InputFileList.size()) in printLineInfoForInput()
369 InputFileList.push_back("-"); in printLineInfoForInput()
370 for (auto &File : InputFileList) { in printLineInfoForInput()
507 if (!InputFileList.size()) in executeInput()
508 InputFileList.push_back("-"); in executeInput()
511 for (auto &File : InputFileList) { in executeInput()
571 Argv.push_back(InputFileList[0].data()); in executeInput()
904 if (!InputFileList.size()) in linkAndVerify()
905 InputFileList.push_back("-"); in linkAndVerify()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h135 llvm::opt::ArgStringList InputFileList; variable
198 InputFileList = std::move(List); in setInputFileList()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp109 for (const auto *Arg : InputFileList) { in writeResponseFile()
144 for (const auto *InputName : InputFileList) in buildArgvForResponseFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp532 llvm::opt::ArgStringList InputFileList; in ConstructJob() local
631 if (InputFileList.size() > 0) in ConstructJob()
637 InputFileList.push_back(II.getFilename()); in ConstructJob()
728 Cmd->setInputFileList(std::move(InputFileList)); in ConstructJob()