Searched refs:print_module (Results 1 – 4 of 4) sorted by relevance
177 print_module (Dwfl_Module *mod __attribute__ ((unused)), in print_module() function272 p = dwfl_getdwarf (dwfl, &print_module, &show_functions, p); in main()
1859 * dwflmodtest.c (print_module): Don't use %p in output.
325 external print_module : string -> llmodule -> unit = "llvm_print_module"
455 (** [print_module f m] prints the .ll representation of the module [m]457 val print_module : string -> llmodule -> unit val