Searched refs:compile_object_run (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-object-run.h22 extern void compile_object_run (struct compile_module *module);
H A Dcompile-object-run.c70 /* This code cannot be in compile_object_run as OUT_VALUE_TYPE
115 compile_object_run (struct compile_module *module) function
H A Dcompile.c402 will not touch the stale pointer if compile_object_run has
845 compile_object_run (compile_module);
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-object-run.h22 extern void compile_object_run (compile_module_up &&module);
H A Dcompile-object-run.c64 /* This code cannot be in compile_object_run as OUT_VALUE_TYPE
121 compile_object_run (compile_module_up &&module) function
H A Dcompile.c404 will not touch the stale pointer if compile_object_run has
831 compile_object_run (std::move (compile_module));

Completed in 199 milliseconds