Home
last modified time | relevance | path

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

/aosp_15_r20/external/elfutils/tests/
H A Ddwflmodtest.c177 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 DChangeLog4095 * dwflmodtest.c (print_module): Don't use %p in output.
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.hpp63 std::string print_module(const std::string &binary,
H A Dinvocation.cpp890 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 Dinvocation.cpp617 debug::log(".spvasm", spirv::print_module(binary, dev.device_version()));
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml347 external print_module : string -> llmodule -> unit = "llvm_print_module"
H A Dllvm.mli481 (** [print_module f m] prints the .ll representation of the module [m]
483 val print_module : string -> llmodule -> unit val