Lines Matching refs:getID
74 switch (outputArg->getOption().getID()) { in getOutputType()
236 switch (arg->getOption().getID()) { in getLTOCachePolicy()
707 assert(arg->getOption().getID() == OPT_platform_version); in parsePlatformVersion()
865 if (arg->getOption().getID() == OPT_objc_stubs_small) { in getObjCStubsMode()
878 if (opt.getGroup().getID() == OPT_grp_deprecated) { in warnIfDeprecatedOption()
887 switch (opt.getGroup().getID()) { in warnIfUnimplementedOption()
1138 if (arg && arg->getOption().getID() == OPT_objc_relative_method_lists) in shouldEmitRelativeMethodLists()
1140 if (arg && arg->getOption().getID() == OPT_no_objc_relative_method_lists) in shouldEmitRelativeMethodLists()
1218 switch (opt.getID()) { in createFiles()
1255 addLibrary(arg->getValue(), opt.getID() == OPT_needed_l, in createFiles()
1256 opt.getID() == OPT_weak_l, opt.getID() == OPT_reexport_l, in createFiles()
1257 opt.getID() == OPT_hidden_l, in createFiles()
1264 addFramework(arg->getValue(), opt.getID() == OPT_needed_framework, in createFiles()
1265 opt.getID() == OPT_weak_framework, in createFiles()
1266 opt.getID() == OPT_reexport_framework, /*isExplicit=*/true, in createFiles()
1788 config->staticLink = (arg->getOption().getID() == OPT_static); in link()
1792 config->namespaceKind = arg->getOption().getID() == OPT_twolevel_namespace in link()
1810 arg->getOption().getID() == OPT_search_dylibs_first; in link()
1879 switch (arg->getOption().getID()) { in link()