Home
last modified time | relevance | path

Searched refs:cgraph_node_ptr (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
Dgcc-common.h340 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
342 cgraph_node_ptr alias; in cgraph_for_node_and_aliases()
743 typedef struct cgraph_node *cgraph_node_ptr; typedef
767 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availab… in cgraph_function_node()
772 static inline cgraph_node_ptr cgraph_function_or_thunk_node(cgraph_node_ptr node, enum availability…
777 static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node) in cgraph_only_called_directly_p()
782 static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node) in cgraph_function_body_availability()
787 static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node) in cgraph_alias_target()
792 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
827 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks()
[all …]
Dstackleak_plugin.c58 cgraph_node_ptr node; in add_stack_tracking_gcall()