Home
last modified time | relevance | path

Searched refs:thunk_node (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1740 cgraph_node *funcn, *thunk_node; in finish_thunk() local
1744 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting, in finish_thunk()
1748 thunk_node->add_to_same_comdat_group (funcn); in finish_thunk()
1760 thunk_node->create_edge (funcn, NULL, thunk_node->count); in finish_thunk()
1761 thunk_node->expand_thunk (false, true); in finish_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1928 cgraph_node *funcn, *thunk_node; in finish_thunk() local
1932 thunk_node = funcn->create_thunk (thunk, thunk, this_adjusting, in finish_thunk()
1936 thunk_node->add_to_same_comdat_group (funcn); in finish_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c261 struct cgraph_node *funcn, *thunk_node; in use_thunk() local
377 thunk_node = funcn->create_thunk (thunk_fndecl, function, in use_thunk()
381 thunk_node->add_to_same_comdat_group (funcn); in use_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc261 struct cgraph_node *funcn, *thunk_node; in use_thunk() local
377 thunk_node = funcn->create_thunk (thunk_fndecl, function, in use_thunk()
381 thunk_node->add_to_same_comdat_group (funcn); in use_thunk()