HomeSort by relevance Sort by last modified time
    Searched full:main_fn_type (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 999 LLVMTypeRef main_fn_type; local
1015 main_fn_type = LLVMFunctionType(LLVMVoidTypeInContext(ctx->gallivm.context),
1017 ctx->main_fn = LLVMAddFunction(ctx->gallivm.module, "main", main_fn_type);
    [all...]

Completed in 209 milliseconds