Searched refs:debug_printf_hook (Results 1 – 3 of 3) sorted by relevance
65 if (!gallivm->debug_printf_hook) { in lp_build_print_args()67 gallivm->debug_printf_hook = LLVMAddFunction(gallivm->module, "debug_printf", printf_type); in lp_build_print_args()69 return LLVMBuildCall(builder, gallivm->debug_printf_hook, args, argcount, ""); in lp_build_print_args()
59 LLVMValueRef debug_printf_hook; member
662 if (gallivm->debug_printf_hook) in gallivm_compile_module()663 LLVMAddGlobalMapping(gallivm->engine, gallivm->debug_printf_hook, debug_printf); in gallivm_compile_module()