Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp46 InputFileList(cl::Positional, cl::ZeroOrMore, variable
281 if (!InputFileList.size()) in printLineInfoForInput()
282 InputFileList.push_back("-"); in printLineInfoForInput()
283 for (auto &File : InputFileList) { in printLineInfoForInput()
416 if (!InputFileList.size()) in executeInput()
417 InputFileList.push_back("-"); in executeInput()
418 for (auto &File : InputFileList) { in executeInput()
470 Argv[0] = InputFileList[0].c_str(); in executeInput()
683 if (!InputFileList.size()) in linkAndVerify()
684 InputFileList.push_back("-"); in linkAndVerify()
[all …]
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp47 InputFileList(cl::Positional, cl::ZeroOrMore, variable
366 if (!InputFileList.size()) in printLineInfoForInput()
367 InputFileList.push_back("-"); in printLineInfoForInput()
368 for (auto &File : InputFileList) { in printLineInfoForInput()
505 if (!InputFileList.size()) in executeInput()
506 InputFileList.push_back("-"); in executeInput()
509 for (auto &File : InputFileList) { in executeInput()
569 Argv.push_back(InputFileList[0].data()); in executeInput()
899 if (!InputFileList.size()) in linkAndVerify()
900 InputFileList.push_back("-"); in linkAndVerify()
[all …]
/external/clang/include/clang/Driver/
DJob.h66 llvm::opt::ArgStringList InputFileList; variable
111 InputFileList = std::move(List); in setInputFileList()
/external/llvm-project/clang/include/clang/Driver/
DJob.h134 llvm::opt::ArgStringList InputFileList; variable
197 InputFileList = std::move(List); in setInputFileList()
/external/clang/lib/Driver/
DJob.cpp103 for (const char *Arg : InputFileList) { in writeResponseFile()
138 for (const char *InputName : InputFileList) in buildArgvForResponseFile()
DTools.cpp7773 llvm::opt::ArgStringList InputFileList; in ConstructJob() local
7834 if (InputFileList.size() > 0) in ConstructJob()
7840 InputFileList.push_back(II.getFilename()); in ConstructJob()
7901 Cmd->setInputFileList(std::move(InputFileList)); in ConstructJob()
/external/llvm-project/clang/lib/Driver/
DJob.cpp109 for (const auto *Arg : InputFileList) { in writeResponseFile()
144 for (const auto *InputName : InputFileList) in buildArgvForResponseFile()
/external/llvm-project/clang/lib/Driver/ToolChains/
DDarwin.cpp516 llvm::opt::ArgStringList InputFileList; in ConstructJob() local
615 if (InputFileList.size() > 0) in ConstructJob()
621 InputFileList.push_back(II.getFilename()); in ConstructJob()
715 Cmd->setInputFileList(std::move(InputFileList)); in ConstructJob()