Lines Matching full:option

8 	  This option enables the Undefined Behaviour sanity checker.
38 def_bool $(cc-option,-fsanitize=bounds-strict)
40 The -fsanitize=bounds-strict option is only available on GCC,
46 def_bool $(cc-option,-fsanitize=array-bounds)
48 Under Clang, the -fsanitize=bounds option is actually composed
61 This option enables detection of directly indexed out of bounds
70 GCC's bounds sanitizer. This option is used to select the
76 Clang's array bounds sanitizer. This option is used to select
82 This option enables Clang's -fsanitize=local-bounds which traps
85 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
122 depends on $(cc-option,-fsanitize=bool)
124 This option enables -fsanitize=bool which checks for boolean values being
130 depends on $(cc-option,-fsanitize=enum)
132 This option enables -fsanitize=enum which checks for values being loaded
139 depends on $(cc-option,-fsanitize=alignment)
141 This option enables the check of unaligned memory accesses.
142 Enabling this option on architectures that support unaligned
150 This option activates instrumentation for the entire kernel.
151 If you don't enable this option, you have to explicitly specify
153 Enabling this option will get kernel image size increased