Searched refs:getInputInfos (Results 1 – 3 of 3) sorted by relevance
217 const std::vector<InputInfo> &getInputInfos() const { return InputInfoList; } in getInputInfos() function
329 const auto &InFile = CmdCompile->getInputInfos().front().getFilename(); in TEST()335 const auto LinkInFile = CmdLink->getInputInfos().front().getFilename(); in TEST()
146 if (IsCC1Command(Job) && llvm::all_of(Job.getInputInfos(), IsSrcFile)) in getCC1Arguments()