Home
last modified time | relevance | path

Searched refs:print_module (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/tests/
Ddwflmodtest.c177 print_module (Dwfl_Module *mod __attribute__ ((unused)), in print_module() function
272 p = dwfl_getdwarf (dwfl, &print_module, &show_functions, p); in main()
DChangeLog1859 * dwflmodtest.c (print_module): Don't use %p in output.
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml325 external print_module : string -> llmodule -> unit = "llvm_print_module"
Dllvm.mli455 (** [print_module f m] prints the .ll representation of the module [m]
457 val print_module : string -> llmodule -> unit val