Home
last modified time | relevance | path

Searched refs:function_entry (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-dump.cc105 class function_entry: public symbol_entry class
108 function_entry (cgraph_node *node_): symbol_entry (node_) in function_entry() function in function_entry
111 virtual ~function_entry () in ~function_entry()
162 symbol_entry *e = new function_entry (cnode); in dump_list_functions()
H A DChangeLog504 (struct function_entry): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-dump.c105 class function_entry: public symbol_entry
108 function_entry (cgraph_node *node_): symbol_entry (node_) in function_entry() function
111 virtual ~function_entry () in ~function_entry()
162 symbol_entry *e = new function_entry (cnode); in dump_list_functions()
/netbsd-src/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c225 fasttrap_anarg(struct reg *rp, int function_entry, int argno) in fasttrap_anarg() argument
228 int shift = function_entry ? 1 : 0; in fasttrap_anarg()