Lines Matching refs:targetm
1399 if (targetm.cxx.import_export_class) in import_export_class()
1400 import_export = targetm.cxx.import_export_class (ctype, import_export); in import_export_class()
1483 if (!targetm.cxx.key_method_may_be_inline ()) in maybe_emit_vtables()
1846 targetm.cxx.determine_class_data_visibility (decl); in determine_visibility_from_class()
2066 || targetm.cxx.class_data_always_comdat ()) in import_export_decl()
2104 comdat_p = (targetm.cxx.class_data_always_comdat () in import_export_decl()
2231 guard_type = targetm.cxx.guard_type (); in get_guard()
2256 if (!targetm.cxx.guard_mask_bit ()) in get_guard_bits()
2284 if (targetm.cxx.guard_mask_bit ()) in get_guard_cond()
2349 TREE_PUBLIC (current_function_decl) = ! targetm.have_ctors_dtors; in start_objects()
2392 if (targetm.have_ctors_dtors) in finish_objects()
2397 (* targetm.asm_out.constructor) (fnsym, initp); in finish_objects()
2399 (* targetm.asm_out.destructor) (fnsym, initp); in finish_objects()