Searched refs:main_func_type (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c1334 const struct dxil_type *main_func_type = dxil_module_add_function_type(&ctx->mod, void_type, NULL, 0); local in function:emit_metadata
1335 const struct dxil_func *main_func = dxil_add_function_def(&ctx->mod, "main", main_func_type);

Completed in 9 milliseconds