Searched refs:debug_printf_hook (Results 1 – 3 of 3) sorted by relevance
43 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()
63 LLVMValueRef debug_printf_hook; member
696 LLVMAddGlobalMapping(gallivm->engine, gallivm->debug_printf_hook, debug_printf); in gallivm_compile_module()