Searched refs:dwarf2_debug_hooks (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddebug.h151 extern const struct gcc_debug_hooks dwarf2_debug_hooks;
H A Dvmsdbgout.c1272 (*dwarf2_debug_hooks.begin_prologue) (line, file);
1291 (*dwarf2_debug_hooks.end_prologue) (line, file);
1310 (*dwarf2_debug_hooks.end_function) (line);
1323 (*dwarf2_debug_hooks.end_epilogue) (line, file);
1345 (*dwarf2_debug_hooks.begin_block) (line, blocknum);
1358 (*dwarf2_debug_hooks.end_block) (line, blocknum);
1372 retval = (*dwarf2_debug_hooks.ignore_block) (block);
1386 (*dwarf2_debug_hooks.begin_function) (decl);
1540 (*dwarf2_debug_hooks.source_line) (line, filename);
1574 (*dwarf2_debug_hooks
[all...]
H A Dtoplev.c1744 default_debug_hooks = &dwarf2_debug_hooks;
1768 debug_hooks = &dwarf2_debug_hooks;
H A Ddwarf2out.c3637 const struct gcc_debug_hooks dwarf2_debug_hooks =
14577 const struct gcc_debug_hooks dwarf2_debug_hooks;
3634 const struct gcc_debug_hooks dwarf2_debug_hooks = variable in typeref:struct:gcc_debug_hooks
14561 const struct gcc_debug_hooks dwarf2_debug_hooks; variable in typeref:struct:gcc_debug_hooks

Completed in 142 milliseconds