Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp49 static cl::list<std::string> InputFileList(cl::Positional, variable
416 if (!InputFileList.size()) in printLineInfoForInput()
417 InputFileList.push_back("-"); in printLineInfoForInput()
418 for (auto &File : InputFileList) { in printLineInfoForInput()
556 if (!InputFileList.size()) in executeInput()
557 InputFileList.push_back("-"); in executeInput()
560 for (auto &File : InputFileList) { in executeInput()
620 Argv.push_back(InputFileList[0].data()); in executeInput()
961 if (!InputFileList.size()) in linkAndVerify()
962 InputFileList.push_back("-"); in linkAndVerify()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h138 llvm::opt::ArgStringList InputFileList; variable
205 InputFileList = std::move(List); in setInputFileList()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp573 llvm::opt::ArgStringList InputFileList; in ConstructJob() local
672 if (InputFileList.size() > 0) in ConstructJob()
678 InputFileList.push_back(II.getFilename()); in ConstructJob()
805 Cmd->setInputFileList(std::move(InputFileList)); in ConstructJob()