Home
last modified time | relevance | path

Searched refs:cgraph_edge_hook (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsymbol-summary.h569 call_summary_base (symbol_table *symtab, cgraph_edge_hook symtab_removal,
635 cgraph_edge_hook m_symtab_removal;
H A Dcgraph.h2165 typedef void (*cgraph_edge_hook)(cgraph_edge *, void *); typedef
2355 cgraph_edge_hook_list *add_edge_removal_hook (cgraph_edge_hook hook,
H A Dcgraph.cc83 cgraph_edge_hook hook;
296 symbol_table::add_edge_removal_hook (cgraph_edge_hook hook, void *data) in add_edge_removal_hook()
H A DChangeLog-200814442 (cgraph_edge_hook): New type.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraph.h2199 typedef void (*cgraph_edge_hook)(cgraph_edge *, void *); typedef
2385 cgraph_edge_hook_list *add_edge_removal_hook (cgraph_edge_hook hook,
H A Dcgraph.c80 cgraph_edge_hook hook;
293 symbol_table::add_edge_removal_hook (cgraph_edge_hook hook, void *data) in add_edge_removal_hook()