Lines Matching refs:no_argument

849   {"density", no_argument, NULL, option_density},
850 {"no-density", no_argument, NULL, option_no_density},
855 {"relax", no_argument, NULL, option_generics},
856 {"no-relax", no_argument, NULL, option_no_generics},
857 {"generics", no_argument, NULL, option_generics},
858 {"no-generics", no_argument, NULL, option_no_generics},
859 {"text-section-literals", no_argument, NULL, option_text_section_literals},
860 {"no-text-section-literals", no_argument, NULL,
864 {"target-align", no_argument, NULL, option_align_targets},
865 {"no-target-align", no_argument, NULL,
871 { "target-align-only", no_argument, NULL, option_align_only_targets },
872 { "no-target-align-only", no_argument, NULL, option_no_align_only_targets },
874 {"longcalls", no_argument, NULL, option_longcalls},
875 {"no-longcalls", no_argument, NULL, option_no_longcalls},
877 {"no-workaround-a0-b-retw", no_argument, NULL,
879 {"workaround-a0-b-retw", no_argument, NULL, option_workaround_a0_b_retw},
881 {"no-workaround-b-j-loop-end", no_argument, NULL,
883 {"workaround-b-j-loop-end", no_argument, NULL,
886 {"no-workaround-short-loops", no_argument, NULL,
888 {"workaround-short-loops", no_argument, NULL, option_workaround_short_loop},
890 {"no-workaround-all-short-loops", no_argument, NULL,
892 {"workaround-all-short-loop", no_argument, NULL,
895 {"no-workaround-close-loop-end", no_argument, NULL,
897 {"workaround-close-loop-end", no_argument, NULL,
900 {"no-workarounds", no_argument, NULL, option_no_workarounds},
915 {NULL, no_argument, NULL, 0}