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.c43 if (gallivm->debug_printf_hook) in lp_init_printf_hook()
46 gallivm->debug_printf_hook = LLVMAddFunction(gallivm->module, "debug_printf", printf_type); in lp_init_printf_hook()
75 return LLVMBuildCall2(builder, printf_type, gallivm->debug_printf_hook, args, argcount, ""); in lp_build_print_args()
Dlp_bld_init.h63 LLVMValueRef debug_printf_hook; member
Dlp_bld_init.c696 LLVMAddGlobalMapping(gallivm->engine, gallivm->debug_printf_hook, debug_printf); in gallivm_compile_module()