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