Home
last modified time | relevance | path

Searched refs:print_module (Results 1 – 6 of 6) 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()
DChangeLog2880 * dwflmodtest.c (print_module): Don't use %p in output.
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml347 external print_module : string -> llmodule -> unit = "llvm_print_module"
Dllvm.mli481 (** [print_module f m] prints the .ll representation of the module [m]
483 val print_module : string -> llmodule -> unit val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml413 external print_module : string -> llmodule -> unit = "llvm_print_module"
Dllvm.mli502 (** [print_module f m] prints the .ll representation of the module [m]
504 val print_module : string -> llmodule -> unit val