Lines Matching refs:plugin
2 GCC plugin infrastructure
14 The GCC plugin infrastructure of the kernel supports building out-of-tree
18 Currently the GCC plugin infrastructure supports only some architectures.
49 GCC plugin), so the entire ecosystem can benefit from it.
51 Similarly, even if a feature provided by a GCC plugin does *not* exist
55 After a feature is available in upstream GCC, the plugin will be made
57 kernel-supported versions of GCC provide the feature, the plugin will
86 You must install the gcc plugin headers for your gcc version,
89 apt-get install gcc-10-plugin-dev
93 dnf install gcc-plugin-devel
95 Enable the GCC plugin infrastructure and some plugin(s) you want to use
102 To compile the minimum tool set including the plugin(s)::
107 the cyclomatic complexity GCC plugin.
110 4. How to add a new GCC plugin
113 The GCC plugins are in scripts/gcc-plugins/. You need to put plugin source files