Home
last modified time | relevance | path

Searched refs:VISIBILITY_HIDDEN (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-partition.cc989 if (DECL_VISIBILITY (node->decl) == VISIBILITY_HIDDEN in promote_symbol()
1008 DECL_VISIBILITY (node->decl) = VISIBILITY_HIDDEN; in promote_symbol()
1025 DECL_VISIBILITY (alias->decl) = VISIBILITY_HIDDEN; in promote_symbol()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcoretypes.h411 VISIBILITY_HIDDEN, enumerator
Dipa-visibility.cc244 && (DECL_VISIBILITY (node->decl) == VISIBILITY_HIDDEN in cgraph_externally_visible_p()
317 && (DECL_VISIBILITY (decl) == VISIBILITY_HIDDEN in externally_visible_p()
Ddwarf2asm.cc1023 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in dw2_output_indirect_constant_1()
Dipa.cc1069 DECL_VISIBILITY (dso_handle_decl) = VISIBILITY_HIDDEN; in build_dso_handle_decl()
Dtarghooks.cc979 DECL_VISIBILITY (t) = VISIBILITY_HIDDEN; in default_hidden_stack_protect_fail()
Dlto-streamer-out.cc3015 case VISIBILITY_HIDDEN: in write_symbol()
Dcommon.opt3189 Enum(symbol_visibility) String(hidden) Value(VISIBILITY_HIDDEN)
Ddwarf2out.cc11269 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in output_comp_unit()
11271 targetm.asm_out.assemble_visibility (decl, VISIBILITY_HIDDEN); in output_comp_unit()
DChangeLog-20033093 anything other than VISIBILITY_DEFAULT and VISIBILITY_HIDDEN.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dvtable-class-hierarchy.cc789 DECL_VISIBILITY (array_arg) = VISIBILITY_HIDDEN; in insert_call_to_register_set()
1239 DECL_VISIBILITY (var_decl) = VISIBILITY_HIDDEN; in vtable_find_or_create_map_decl()
Ddecl2.cc2836 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in determine_visibility()
2866 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in determine_visibility()
2945 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in determine_visibility_from_class()
3031 && vis < VISIBILITY_HIDDEN in constrain_class_visibility()
3032 && subvis >= VISIBILITY_HIDDEN) in constrain_class_visibility()
3065 else if (vis < VISIBILITY_HIDDEN in constrain_class_visibility()
3066 && subvis >= VISIBILITY_HIDDEN) in constrain_class_visibility()
Ddecl.cc4527 default_visibility = VISIBILITY_HIDDEN; in cxx_init_decl_processing()
9388 DECL_VISIBILITY (dso_handle_node) = VISIBILITY_HIDDEN; in get_dso_handle_node()
Dclass.cc9659 DECL_VISIBILITY (vtbl) = VISIBILITY_HIDDEN; in build_ctor_vtbl_group()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin.cc2222 if (DECL_VISIBILITY (decl) == VISIBILITY_HIDDEN) in darwin_emit_unwind_label()
2888 else if (vis == VISIBILITY_HIDDEN || vis == VISIBILITY_INTERNAL) in darwin_assemble_visibility()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-next-runtime-abi-02.cc962 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in create_hidden_decl()
3472 if (DECL_VISIBILITY (class_decl) == VISIBILITY_HIDDEN) in generate_v2_class_structs()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.cc12641 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in sparc_file_end()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc7480 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in arm_handle_notshared_attribute()
29335 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in arm_cxx_determine_class_data_visibility()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc26632 targetm.asm_out.assemble_visibility (decl, VISIBILITY_HIDDEN); in rs6000_code_end()