diff options
Diffstat (limited to 'gcc/plugin.def')
-rw-r--r-- | gcc/plugin.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/plugin.def b/gcc/plugin.def index 98c988a..2a7e4c2 100644 --- a/gcc/plugin.def +++ b/gcc/plugin.def @@ -17,6 +17,11 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ +/* Called before parsing the body of a function. */ +DEFEVENT (PLUGIN_START_PARSE_FUNCTION) + +/* After finishing parsing a function. */ +DEFEVENT (PLUGIN_FINISH_PARSE_FUNCTION) /* To hook into pass manager. */ DEFEVENT (PLUGIN_PASS_MANAGER_SETUP) |