Lines Matching refs:InputArgList
66 static HeaderFileType getOutputType(const InputArgList &args) { in getOutputType()
155 getSearchPaths(unsigned optionCode, InputArgList &args, in getSearchPaths()
193 static std::vector<StringRef> getSystemLibraryRoots(InputArgList &args) { in getSystemLibraryRoots()
208 getLibrarySearchPaths(InputArgList &args, const std::vector<StringRef> &roots) { in getLibrarySearchPaths()
213 getFrameworkSearchPaths(InputArgList &args, in getFrameworkSearchPaths()
219 static llvm::CachePruningPolicy getLTOCachePolicy(InputArgList &args) { in getLTOCachePolicy()
709 static TargetInfo *createTargetInfo(InputArgList &args) { in createTargetInfo()
820 static const char *getReproduceOption(InputArgList &args) { in getReproduceOption()
879 static std::vector<SectionAlign> parseSectAlign(const opt::InputArgList &args) { in parseSectAlign()
916 static bool dataConstDefault(const InputArgList &args) { in dataConstDefault()
994 static void handleSymbolPatterns(InputArgList &args, in handleSymbolPatterns()
1004 static void createFiles(const InputArgList &args) { in createFiles()
1180 InputArgList args = parser.parse(argsArr.slice(1)); in link()