Searched refs:lto_get_function_in_decl_state (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-section-in.c | 409 lto_get_function_in_decl_state (struct lto_file_decl_data *file_data, in lto_get_function_in_decl_state() function
|
H A D | varpool.c | 297 = lto_get_function_in_decl_state (file_data, decl); in get_constructor()
|
H A D | lto-streamer.h | 839 extern struct lto_in_decl_state *lto_get_function_in_decl_state (
|
H A D | lto-streamer-in.c | 1598 decl_state = lto_get_function_in_decl_state (file_data, fn_decl);
|
H A D | lto-streamer-out.c | 2506 lto_get_function_in_decl_state (node->lto_file_data, function); in copy_function_or_variable()
|
H A D | cgraph.c | 3919 = lto_get_function_in_decl_state (file_data, decl); in get_untransformed_body()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-section-in.cc | 409 lto_get_function_in_decl_state (struct lto_file_decl_data *file_data, in lto_get_function_in_decl_state() function
|
H A D | varpool.cc | 298 = lto_get_function_in_decl_state (file_data, decl); in get_constructor()
|
H A D | lto-streamer.h | 799 extern struct lto_in_decl_state *lto_get_function_in_decl_state (
|
H A D | lto-streamer-in.cc | 1608 decl_state = lto_get_function_in_decl_state (file_data, fn_decl); in lto_read_body_or_constructor()
|
H A D | lto-streamer-out.cc | 2587 lto_get_function_in_decl_state (node->lto_file_data, function); in copy_function_or_variable()
|
H A D | cgraph.cc | 4009 = lto_get_function_in_decl_state (file_data, decl); in get_untransformed_body()
|