Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:func_type

775    LLVMTypeRef func_type;
871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
874 function = LLVMAddFunction(gallivm->module, func_name, func_type);