Lines Matching full:option
9 This option enables the Undefined Behaviour sanity checker.
39 def_bool $(cc-option,-fsanitize=bounds-strict)
41 The -fsanitize=bounds-strict option is only available on GCC,
47 def_bool $(cc-option,-fsanitize=array-bounds)
49 Under Clang, the -fsanitize=bounds option is actually composed
62 This option enables detection of directly indexed out of bounds
71 GCC's bounds sanitizer. This option is used to select the
77 Clang's array bounds sanitizer. This option is used to select
83 This option enables Clang's -fsanitize=local-bounds which traps
86 be known statically) is out-of-bounds. Since this option is
91 depends on $(cc-option,-fsanitize=shift)
93 This option enables -fsanitize=shift which checks for bit-shift
99 depends on $(cc-option,-fsanitize=integer-divide-by-zero)
104 This option enables -fsanitize=integer-divide-by-zero which checks
114 depends on $(cc-option,-fsanitize=unreachable)
116 This option enables -fsanitize=unreachable which checks for control
125 depends on $(cc-option,-fsanitize=signed-integer-overflow)
127 This option enables -fsanitize=signed-integer-overflow which checks
138 depends on $(cc-option,-fsanitize=bool)
140 This option enables -fsanitize=bool which checks for boolean values being
146 depends on $(cc-option,-fsanitize=enum)
148 This option enables -fsanitize=enum which checks for values being loaded
155 depends on $(cc-option,-fsanitize=alignment)
157 This option enables the check of unaligned memory accesses.
158 Enabling this option on architectures that support unaligned