Home
last modified time | relevance | path

Searched refs:opt_switches (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-driver.cc41 int opt_switches = 0; variable
122 opt_switches |= loongarch_switch_mask[switch_idx]; in driver_set_m_flag()
137 opt_switches, in driver_get_normalized_m_opts()
H A Dloongarch-opts.h38 HOST_WIDE_INT opt_switches,
H A Dloongarch-opts.cc130 HOST_WIDE_INT opt_switches, in loongarch_config_target() argument
155 #define on(NAME) ((loongarch_switch_mask[(SW_##NAME)] & opt_switches) \ in loongarch_config_target()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dfindmisopt78 opt_switches=`llvm-as < /dev/null -o - | opt -O3 -disable-output -debug-pass=Arguments 2>&1 | sed '…
79 all_switches="$opt_switches"