Searched refs:print_module (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/elfutils/tests/ |
H A D | dwflmodtest.c | 177 print_module (Dwfl_Module *mod __attribute__ ((unused)), in print_module() function 268 p = dwfl_getdwarf (dwfl, &print_module, &show_functions, p); in main()
|
H A D | ChangeLog | 4095 * dwflmodtest.c (print_module): Don't use %p in output.
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/spirv/ |
H A D | invocation.hpp | 63 std::string print_module(const std::string &binary,
|
H A D | invocation.cpp | 890 llvm::debug::log(".spvasm", spirv::print_module(final_binary, dev.device_version())); in link_program() 924 clover::spirv::print_module(const std::string &binary, in print_module() function in clover::spirv 1007 clover::spirv::print_module(const std::string &binary, in print_module() function in clover::spirv
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 617 debug::log(".spvasm", spirv::print_module(binary, dev.device_version()));
|
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 347 external print_module : string -> llmodule -> unit = "llvm_print_module"
|
H A D | llvm.mli | 481 (** [print_module f m] prints the .ll representation of the module [m] 483 val print_module : string -> llmodule -> unit val
|