Home
last modified time | relevance | path

Searched refs:make_local (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDcgraph.h1108 void make_local (void);
1347 static bool make_local (cgraph_node *node, void *);
HDcgraph.c2414 cgraph_node::make_local (cgraph_node *node, void *) in make_local() function
2438 cgraph_node::make_local (void) in make_local() function
2440 call_for_symbol_thunks_and_aliases (cgraph_node::make_local, NULL, true); in make_local()
HDtree-sra.c5360 new_node->make_local (); in modify_function()