Lines Matching defs:options
85 namespace options {
99 // Additional options to pass into the code generator.
100 // Note: This array will contain all plugin options which are not claimed
102 // For example, "generate-api-file" and "as"options are for the plugin
187 options::process_plugin_option(tv->tv_u.tv_string);
625 if (options::generate_api_file)
732 PMB.OptLevel = options::OptLevel;
754 if (unsigned NumOpts = options::extra.size())
755 cl::ParseCommandLineOptions(NumOpts, &options::extra[0]);
762 TargetOptions Options = InitTargetOptionsFromCodeGenFlags();
764 switch (options::OptLevel) {
779 TripleStr, options::mcpu, Features.getString(), Options, RelocationModel,
784 if (options::TheOutputType == options::OT_SAVE_TEMPS)
791 if (options::obj_path.empty()) {
798 Filename = options::obj_path;
819 if (options::obj_path.empty())
846 if (!options::triple.empty())
847 M->setTargetTriple(options::triple.c_str());
873 if (options::TheOutputType == options::OT_DISABLE)
876 if (options::TheOutputType != options::OT_NORMAL) {
878 if (options::TheOutputType == options::OT_BC_ONLY)
883 if (options::TheOutputType == options::OT_BC_ONLY)
889 if (!options::extra_library_path.empty() &&
890 set_extra_library_path(options::extra_library_path.c_str()) != LDPS_OK)
898 if (!options::generate_api_file) {
911 if (options::TheOutputType == options::OT_BC_ONLY ||
912 options::TheOutputType == options::OT_DISABLE) {
913 if (options::TheOutputType == options::OT_DISABLE)