Home
last modified time | relevance | path

Searched refs:thunk_info (Results 1 – 25 of 63) sorted by relevance

123

/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsymtab-thunks.h36 struct GTY(()) thunk_info { struct
38 thunk_info () in thunk_info() function
48 thunk_info (const thunk_info &t) in thunk_info() function
60 operator==(const thunk_info &other) const
69 operator!=(const thunk_info &other) const
74 thunk_info &
75 operator=(const thunk_info &other)
150 inline thunk_info *
151 thunk_info::get (cgraph_node *node) in get()
160 thunk_info::remove (cgraph_node *node) in remove()
[all …]
H A Dsymtab-thunks.cc58 thunk_info *info;
76 thunk_info *data,
77 thunk_info *data2);
83 thunk_info *src, thunk_info *dst) in duplicate()
91 thunk_info *
92 thunk_info::get_create (cgraph_node *node) in get_create()
132 thunk_info::dump (FILE *f) in dump()
148 thunk_info::hash () in hash()
162 unprocessed_thunk entry = {node, new (ggc_alloc <thunk_info> ()) thunk_info}; in register_early()
170 thunk_info::process_early_thunks () in process_early_thunks()
[all …]
H A Dcgraphunit.c622 thunk_info *info = thunk_info::get (this); in analyze()
638 thunk_info::get (this)->alias = NULL; in analyze()
1161 thunk_info::process_early_thunks (); in analyze_functions()
2584 gcc_checking_assert (!thunk_info::get (this)); in create_wrapper()
2585 thunk_info::get_create (this); in create_wrapper()
2599 thunk_info::remove (this); in create_wrapper()
H A Dcgraphclones.c194 thunk_info *i = thunk_info::get (thunk); in duplicate_thunk_for_node()
199 thunk_info *i2 = thunk_info::get (cs->caller); in duplicate_thunk_for_node()
H A Dcgraph.c637 thunk_info *i; in create_thunk()
638 thunk_info local_info; in create_thunk()
642 i = thunk_info::get_create (node); in create_thunk()
2225 thunk_info::get (this)->dump (f); in dump()
2230 thunk_info::get (this)->dump (f); in dump()
2232 else gcc_checking_assert (!thunk_info::get (this)); in dump()
2477 && thunk_info::get (e->caller)->virtual_offset_p)) in call_for_symbol_thunks_and_aliases()
2725 && (thunk_info::get (e->caller)->virtual_offset_p in set_const_flag_1()
3114 if (!thunk_info::get (node)->this_adjusting) in clone_of_p()
4039 thunk_info::release (); in cgraph_c_finalize()
[all …]
H A Dipa-inline-transform.c369 thunk_info info = *thunk_info::get (to); in inline_call()
371 *thunk_info::get_create (to) = info; in inline_call()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsymtab-thunks.h36 struct GTY(()) thunk_info { struct
38 thunk_info () in thunk_info() argument
48 thunk_info (const thunk_info &t) in thunk_info() function
60 operator==(const thunk_info &other) const
69 operator!=(const thunk_info &other) const
74 thunk_info &
75 operator=(const thunk_info &other)
150 inline thunk_info *
151 thunk_info::get (cgraph_node *node) in get()
160 thunk_info::remove (cgraph_node *node) in remove()
[all …]
H A Dsymtab-thunks.cc58 thunk_info *info;
76 thunk_info *data,
77 thunk_info *data2);
83 thunk_info *src, thunk_info *dst) in duplicate()
91 thunk_info *
92 thunk_info::get_create (cgraph_node *node) in get_create()
132 thunk_info::dump (FILE *f) in dump()
148 thunk_info::hash () in hash()
162 unprocessed_thunk entry = {node, new (ggc_alloc <thunk_info> ()) thunk_info}; in register_early()
170 thunk_info::process_early_thunks () in process_early_thunks()
[all …]
H A Dcgraphunit.c622 thunk_info *info = thunk_info::get (this); in analyze()
638 thunk_info::get (this)->alias = NULL; in analyze()
1161 thunk_info::process_early_thunks (); in analyze_functions()
2584 gcc_checking_assert (!thunk_info::get (this)); in create_wrapper()
2585 thunk_info::get_create (this); in create_wrapper()
2599 thunk_info::remove (this); in create_wrapper()
H A Dcgraphclones.c194 thunk_info *i = thunk_info::get (thunk); in duplicate_thunk_for_node()
199 thunk_info *i2 = thunk_info::get (cs->caller); in duplicate_thunk_for_node()
H A Dcgraph.c637 thunk_info *i; in create_thunk()
638 thunk_info local_info; in create_thunk()
642 i = thunk_info::get_create (node); in create_thunk()
2225 thunk_info::get (this)->dump (f); in dump()
2230 thunk_info::get (this)->dump (f); in dump()
2232 else gcc_checking_assert (!thunk_info::get (this)); in dump()
2477 && thunk_info::get (e->caller)->virtual_offset_p)) in call_for_symbol_thunks_and_aliases()
2725 && (thunk_info::get (e->caller)->virtual_offset_p in set_const_flag_1()
3114 if (!thunk_info::get (node)->this_adjusting) in clone_of_p()
4039 thunk_info::release (); in cgraph_c_finalize()
[all …]
H A Dipa-inline-transform.c369 thunk_info info = *thunk_info::get (to); in inline_call()
371 *thunk_info::get_create (to) = info; in inline_call()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsymtab-thunks.h36 struct GTY(()) thunk_info { struct
38 thunk_info () in thunk_info() function
48 thunk_info (const thunk_info &t) in thunk_info() function
60 operator==(const thunk_info &other) const
69 operator!=(const thunk_info &other) const
74 thunk_info &
75 operator=(const thunk_info &other)
150 inline thunk_info *
151 thunk_info::get (cgraph_node *node) in get()
160 thunk_info::remove (cgraph_node *node) in remove()
[all …]
H A Dsymtab-thunks.cc58 thunk_info *info;
76 thunk_info *data,
77 thunk_info *data2);
83 thunk_info *src, thunk_info *dst) in duplicate()
91 thunk_info *
92 thunk_info::get_create (cgraph_node *node) in get_create()
132 thunk_info::dump (FILE *f) in dump()
148 thunk_info::hash () in hash()
162 unprocessed_thunk entry = {node, new (ggc_alloc <thunk_info> ()) thunk_info}; in register_early()
170 thunk_info::process_early_thunks () in process_early_thunks()
[all …]
H A Dcgraphunit.c622 thunk_info *info = thunk_info::get (this); in analyze()
638 thunk_info::get (this)->alias = NULL; in analyze()
1161 thunk_info::process_early_thunks (); in analyze_functions()
2584 gcc_checking_assert (!thunk_info::get (this)); in create_wrapper()
2585 thunk_info::get_create (this); in create_wrapper()
2599 thunk_info::remove (this); in create_wrapper()
H A Dcgraphclones.c194 thunk_info *i = thunk_info::get (thunk); in duplicate_thunk_for_node()
199 thunk_info *i2 = thunk_info::get (cs->caller); in duplicate_thunk_for_node()
H A Dcgraph.c637 thunk_info *i; in create_thunk()
638 thunk_info local_info; in create_thunk()
642 i = thunk_info::get_create (node); in create_thunk()
2225 thunk_info::get (this)->dump (f); in dump()
2230 thunk_info::get (this)->dump (f); in dump()
2232 else gcc_checking_assert (!thunk_info::get (this)); in dump()
2477 && thunk_info::get (e->caller)->virtual_offset_p)) in call_for_symbol_thunks_and_aliases()
2725 && (thunk_info::get (e->caller)->virtual_offset_p in set_const_flag_1()
3114 if (!thunk_info::get (node)->this_adjusting) in clone_of_p()
4039 thunk_info::release (); in cgraph_c_finalize()
[all …]
H A Dipa-inline-transform.c369 thunk_info info = *thunk_info::get (to); in inline_call()
371 *thunk_info::get_create (to) = info; in inline_call()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsymtab-thunks.h36 struct GTY(()) thunk_info { struct
38 thunk_info () in thunk_info() argument
48 thunk_info (const thunk_info &t) in thunk_info() argument
60 operator==(const thunk_info &other) const
69 operator!=(const thunk_info &other) const
74 thunk_info &
75 operator=(const thunk_info &other)
150 inline thunk_info *
151 thunk_info::get (cgraph_node *node) in get()
160 thunk_info::remove (cgraph_node *node) in remove()
[all …]
H A Dsymtab-thunks.cc58 thunk_info *info;
76 thunk_info *data,
77 thunk_info *data2);
83 thunk_info *src, thunk_info *dst) in duplicate()
91 thunk_info *
92 thunk_info::get_create (cgraph_node *node) in get_create()
132 thunk_info::dump (FILE *f) in dump()
148 thunk_info::hash () in hash()
162 unprocessed_thunk entry = {node, new (ggc_alloc <thunk_info> ()) thunk_info}; in register_early()
170 thunk_info::process_early_thunks () in process_early_thunks()
[all …]
H A Dcgraphunit.c627 thunk_info *info = thunk_info::get (this); in analyze()
643 thunk_info::get (this)->alias = NULL; in analyze()
1165 thunk_info::process_early_thunks (); in analyze_functions()
2575 gcc_checking_assert (!thunk_info::get (this)); in create_wrapper()
2576 thunk_info::get_create (this); in create_wrapper()
2590 thunk_info::remove (this); in create_wrapper()
H A Dcgraphclones.c195 thunk_info *i = thunk_info::get (thunk); in duplicate_thunk_for_node()
200 thunk_info *i2 = thunk_info::get (cs->caller); in duplicate_thunk_for_node()
H A Dcgraph.c637 thunk_info *i; in create_thunk()
638 thunk_info local_info; in create_thunk()
642 i = thunk_info::get_create (node); in create_thunk()
2214 thunk_info::get (this)->dump (f); in dump()
2219 thunk_info::get (this)->dump (f); in dump()
2221 else gcc_checking_assert (!thunk_info::get (this)); in dump()
2467 && thunk_info::get (e->caller)->virtual_offset_p)) in call_for_symbol_thunks_and_aliases()
2762 && (thunk_info::get (e->caller)->virtual_offset_p in set_const_flag_1()
3151 if (!thunk_info::get (node)->this_adjusting) in clone_of_p()
4083 thunk_info::release (); in cgraph_c_finalize()
[all …]
H A Dipa-inline-transform.c369 thunk_info info = *thunk_info::get (to); in inline_call()
371 *thunk_info::get_create (to) = info; in inline_call()
/dports/lang/ghc/ghc-8.10.7/rts/sm/
H A DNonMovingMark.c540 const StgThunkInfoTable *thunk_info = itbl_to_thunk_itbl(info); in push_thunk_srt() local
541 if (thunk_info->i.srt) { in push_thunk_srt()
542 push_closure(q, (StgClosure*)GET_SRT(thunk_info), NULL); in push_thunk_srt()
590 const StgThunkInfoTable *thunk_info = THUNK_INFO_PTR_TO_STRUCT(info); in updateRemembSetPushThunk() local
591 updateRemembSetPushThunkEager(cap, thunk_info, thunk); in updateRemembSetPushThunk()

123