Lines Matching refs:GCC
2 GCC plugin infrastructure
9 GCC plugins are loadable modules that provide extra features to the
14 The GCC plugin infrastructure of the kernel supports building out-of-tree
18 Currently the GCC plugin infrastructure supports only some architectures.
20 GCC plugins.
40 This is the directory of the GCC plugins.
44 This is a compatibility header for GCC plugins.
69 Enable the GCC plugin infrastructure and some plugin(s) you want to use
82 the cyclomatic complexity GCC plugin.
85 4. How to add a new GCC plugin
88 The GCC plugins are in scripts/gcc-plugins/. You need to put plugin source files
92 See the cyc_complexity_plugin.c (CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) GCC plugin.