Lines Matching refs:plugins
9 GCC plugins are loadable modules that provide extra features to the
20 GCC plugins.
38 GCC plugins are designed to provide a place to experiment with potential
44 Specifically, new plugins should implement only features that have no
64 **$(src)/scripts/gcc-plugins**
66 This is the directory of the GCC plugins.
68 **$(src)/scripts/gcc-plugins/gcc-common.h**
70 This is a compatibility header for GCC plugins.
73 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
74 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h,
75 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h,
76 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
113 The GCC plugins are in scripts/gcc-plugins/. You need to put plugin source files
114 right under scripts/gcc-plugins/. Creating subdirectories is not supported.
115 It must be added to scripts/gcc-plugins/Makefile, scripts/Makefile.gcc-plugins