HomeSort by: relevance | last modified time | path
    Searched defs:function_entry (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/lto/
lto-dump.cc 105 class function_entry: public symbol_entry class in inherits:symbol_entry
108 function_entry (cgraph_node *node_): symbol_entry (node_) function in class:function_entry
111 virtual ~function_entry ()
162 symbol_entry *e = new function_entry (cnode);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-dump.cc 105 class function_entry: public symbol_entry class in inherits:symbol_entry
108 function_entry (cgraph_node *node_): symbol_entry (node_) function in class:function_entry
111 virtual ~function_entry ()
162 symbol_entry *e = new function_entry (cnode);
  /src/external/gpl3/gdb/dist/sim/igen/
ld-insn.h 207 typedef struct _function_entry function_entry; typedef in typeref:struct:_function_entry
218 function_entry *next;
223 (lf *file, const function_entry *function, void *data);
227 const function_entry *functions,
390 function_entry *statics;
391 function_entry *internals;
392 function_entry *functions;
668 function_entry *functions;
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.h 207 typedef struct _function_entry function_entry; typedef in typeref:struct:_function_entry
218 function_entry *next;
223 (lf *file, const function_entry *function, void *data);
227 const function_entry *functions,
390 function_entry *statics;
391 function_entry *internals;
392 function_entry *functions;
668 function_entry *functions;

Completed in 26 milliseconds