Searched refs:semantic_interposition (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | varpool.cc | 376 || decl_replaceable_p (decl, semantic_interposition))) in ctor_useable_for_folding_p() 515 if (decl_replaceable_p (decl, semantic_interposition) in get_availability() 783 alias_node->semantic_interposition = flag_semantic_interposition; in create_alias()
|
H A D | cgraphunit.cc | 455 node->semantic_interposition = opt_for_fn (decl, flag_semantic_interposition); in finalize_function() 558 node->semantic_interposition = opt_for_fn (fndecl, in add_new_function() 587 node->semantic_interposition = opt_for_fn (fndecl, in add_new_function() 624 semantic_interposition = opt_for_fn (decl, flag_semantic_interposition); in analyze() 963 node->semantic_interposition = flag_semantic_interposition; in finalize_decl() 2575 semantic_interposition = opt_for_fn (decl, flag_semantic_interposition); in create_wrapper()
|
H A D | cgraphclones.cc | 175 new_node->semantic_interposition = 0; in set_new_clone_decl_and_node_flags() 407 new_node->semantic_interposition = semantic_interposition; in create_clone()
|
H A D | lto-cgraph.cc | 519 bp_pack_value (&bp, node->semantic_interposition, 1); in lto_output_node() 608 bp_pack_value (&bp, node->semantic_interposition, 1); in lto_output_varpool_node() 1172 node->semantic_interposition = bp_unpack_value (bp, 1); in input_overwrite_node() 1379 node->semantic_interposition = bp_unpack_value (&bp, 1); in input_varpool_node()
|
H A D | cgraph.h | 120 semantic_interposition (flag_semantic_interposition), in symtab_node() 566 unsigned semantic_interposition : 1; member
|
H A D | cgraph.cc | 510 node->semantic_interposition = opt_for_fn (decl, flag_semantic_interposition); in create() 2414 else if (decl_replaceable_p (decl, semantic_interposition) in get_availability() 3516 && semantic_interposition in verify_node()
|
H A D | symtab.cc | 935 if (semantic_interposition) in dump_base()
|
H A D | ChangeLog | 6692 semantic_interposition flag against 6946 * cgraph.cc (cgraph_node::create): Set node->semantic_interposition 6949 semantic_interposition flag. 7304 * cgraphunit.cc (cgraph_node::analyze): update semantic_interposition
|
H A D | ChangeLog-2021 | 3603 (cgraph_node::verify_node): Verify that semantic_interposition flag 3605 * cgraph.h: (symtab_node): Add semantic_interposition flag. 3607 semantic_interposition flag. 3609 semantic_interposition flag. 3614 * lto-cgraph.c (lto_output_node): Stream semantic_interposition. 3623 Use semantic_interposition flag. 3625 (varpool_node::create_alias): Copy semantic_interposition flag.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-partition.cc | 1007 node->semantic_interposition = false; in promote_symbol()
|
H A D | ChangeLog | 94 * lto-partition.c (promote_symbol): Clear semantic_interposition flag.
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 4293 defm semantic_interposition : BoolFOption<"semantic-interposition",
|