Home
last modified time | relevance | path

Searched refs:debug_printf_hook (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c66 if (!gallivm->debug_printf_hook) { in lp_build_print_args()
68 gallivm->debug_printf_hook = LLVMAddFunction(gallivm->module, "debug_printf", printf_type); in lp_build_print_args()
70 return LLVMBuildCall(builder, gallivm->debug_printf_hook, args, argcount, ""); in lp_build_print_args()
Dlp_bld_init.h59 LLVMValueRef debug_printf_hook; member
Dlp_bld_init.c665 if (gallivm->debug_printf_hook) in gallivm_compile_module()
666 LLVMAddGlobalMapping(gallivm->engine, gallivm->debug_printf_hook, debug_printf); in gallivm_compile_module()