Searched refs:sdbout_symbol (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsdbout.h21 extern void sdbout_symbol (tree, int);
H A Dsdbout.c63 /* The C front end may call sdbout_symbol before sdbout_init runs.
332 sdbout_symbol, /* type_decl */
672 /* Call sdbout_symbol on each decl in the chain SYMS. */
680 sdbout_symbol (syms, 1);
689 sdbout_symbol (tree decl, int local) function
1452 sdbout_symbol (decl, 0);
1472 sdbout_symbol (VARRAY_TREE (deferred_global_decls, i), 0);
1557 sdbout_symbol (current_function_decl, 0);
1679 /* Emit debug information which was queued by sdbout_symbol before
1684 sdbout_symbol (TREE_VALU
[all...]

Completed in 101 milliseconds