Searched refs:coro_free_hook (Results 1 – 2 of 2) sorted by relevance
162 assert(gallivm->coro_free_hook); in lp_build_coro_add_malloc_hooks()164 LLVMAddGlobalMapping(gallivm->engine, gallivm->coro_free_hook, coro_free); in lp_build_coro_add_malloc_hooks()174 gallivm->coro_free_hook = LLVMAddFunction(gallivm->module, "coro_free", free_type); in lp_build_coro_declare_malloc_hooks()202 alloc_mem = LLVMBuildCall(gallivm->builder, gallivm->coro_free_hook, &alloc_mem, 1, ""); in lp_build_coro_free_mem()
58 LLVMValueRef coro_free_hook; member