Lines Matching refs:InputArgList
67 static HeaderFileType getOutputType(const InputArgList &args) { in getOutputType()
161 getSearchPaths(unsigned optionCode, InputArgList &args, in getSearchPaths()
199 static std::vector<StringRef> getSystemLibraryRoots(InputArgList &args) { in getSystemLibraryRoots()
214 getLibrarySearchPaths(InputArgList &args, const std::vector<StringRef> &roots) { in getLibrarySearchPaths()
219 getFrameworkSearchPaths(InputArgList &args, in getFrameworkSearchPaths()
225 static llvm::CachePruningPolicy getLTOCachePolicy(InputArgList &args) { in getLTOCachePolicy()
762 static TargetInfo *createTargetInfo(InputArgList &args) { in createTargetInfo()
876 static const char *getReproduceOption(InputArgList &args) { in getReproduceOption()
883 static std::pair<StringRef, StringRef> getOldNewOptions(opt::InputArgList &args, in getOldNewOptions()
898 getOldNewOptionsExtra(opt::InputArgList &args, unsigned id) { in getOldNewOptionsExtra()
957 static std::vector<SectionAlign> parseSectAlign(const opt::InputArgList &args) { in parseSectAlign()
1007 static bool dataConstDefault(const InputArgList &args) { in dataConstDefault()
1040 static bool shouldEmitChainedFixups(const InputArgList &args) { in shouldEmitChainedFixups()
1127 static void handleSymbolPatterns(InputArgList &args, in handleSymbolPatterns()
1137 static void createFiles(const InputArgList &args) { in createFiles()
1439 InputArgList args = parser.parse(argsArr.slice(1)); in link()