Home
last modified time | relevance | path

Searched refs:InputFileList (Results 1 – 4 of 4) 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()
392 if (!InputFileList.size()) in executeInput()
393 InputFileList.push_back("-"); in executeInput()
394 for (auto &File : InputFileList) { in executeInput()
441 Argv[0] = InputFileList[0].c_str(); in executeInput()
654 if (!InputFileList.size()) in linkAndVerify()
655 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/clang/lib/Driver/
DJob.cpp102 for (const char *Arg : InputFileList) { in writeResponseFile()
137 for (const char *InputName : InputFileList) in buildArgvForResponseFile()
DTools.cpp7140 llvm::opt::ArgStringList InputFileList; in ConstructJob() local
7201 if (InputFileList.size() > 0) in ConstructJob()
7207 InputFileList.push_back(II.getFilename()); in ConstructJob()
7268 Cmd->setInputFileList(std::move(InputFileList)); in ConstructJob()