Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp42 InputFileList(cl::Positional, cl::ZeroOrMore, variable
292 if (!InputFileList.size()) in printLineInfoForInput()
293 InputFileList.push_back("-"); in printLineInfoForInput()
294 for (auto &File : InputFileList) { in printLineInfoForInput()
427 if (!InputFileList.size()) in executeInput()
428 InputFileList.push_back("-"); in executeInput()
429 for (auto &File : InputFileList) { in executeInput()
483 Argv[0] = InputFileList[0].c_str(); in executeInput()
697 if (!InputFileList.size()) in linkAndVerify()
698 InputFileList.push_back("-"); in linkAndVerify()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DJob.h68 llvm::opt::ArgStringList InputFileList; variable
116 InputFileList = std::move(List); in setInputFileList()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DJob.cpp123 for (const auto *Arg : InputFileList) { in writeResponseFile()
158 for (const auto *InputName : InputFileList) in buildArgvForResponseFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.cpp439 llvm::opt::ArgStringList InputFileList; in ConstructJob() local
530 if (InputFileList.size() > 0) in ConstructJob()
536 InputFileList.push_back(II.getFilename()); in ConstructJob()
606 Cmd->setInputFileList(std::move(InputFileList)); in ConstructJob()