Searched refs:resolve_unique_section (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | varasm.h | 35 extern void resolve_unique_section (tree, int, int);
|
H A D | cgraphunit.c | 1763 resolve_unique_section (thunk_fndecl, 0, in expand_thunk() 1830 resolve_unique_section (thunk_fndecl, 0, in expand_thunk()
|
H A D | varasm.c | 452 resolve_unique_section (tree decl, int reloc ATTRIBUTE_UNUSED, in resolve_unique_section() function 1174 resolve_unique_section (decl, reloc, flag_data_sections); in get_variable_section()
|
H A D | cfgexpand.c | 6300 resolve_unique_section (current_function_decl, 0, flag_function_sections); in execute()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | method.c | 361 resolve_unique_section (function, 0, flag_function_sections); in use_thunk() 365 resolve_unique_section (thunk_fndecl, 0, flag_function_sections); in use_thunk()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | method.c | 346 resolve_unique_section (fn, 0, flag_function_sections); in use_thunk() 350 resolve_unique_section (thunk_fndecl, 0, flag_function_sections); in use_thunk()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cgraphunit.c | 1617 resolve_unique_section (thunk_fndecl, 0, flag_function_sections); in assemble_thunk()
|
H A D | varasm.c | 422 resolve_unique_section (tree decl, int reloc ATTRIBUTE_UNUSED, in resolve_unique_section() function 1031 resolve_unique_section (decl, reloc, flag_data_sections); in get_variable_section()
|
H A D | cfgexpand.c | 4462 resolve_unique_section (current_function_decl, 0, flag_function_sections); in gimple_expand_cfg()
|
H A D | tree.h | 5683 extern void resolve_unique_section (tree, int, int);
|