changhong/xcode/Classes/Native/Il2CppMetadataRegistration.c

51 lines
1.1 KiB
C
Raw Normal View History

2025-09-22 17:27:49 +08:00
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
extern Il2CppGenericClass* const s_Il2CppGenericTypes[];
extern const Il2CppGenericInst* const g_Il2CppGenericInstTable[];
extern const Il2CppGenericMethodFunctionsDefinitions s_Il2CppGenericMethodFunctions[];
extern const Il2CppType* const g_Il2CppTypeTable[];
extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[];
IL2CPP_EXTERN_C_CONST int32_t* g_FieldOffsetTable[];
IL2CPP_EXTERN_C_CONST Il2CppTypeDefinitionSizes* g_Il2CppTypeDefinitionSizesTable[];
extern void** const g_MetadataUsages[];
extern const Il2CppMetadataRegistration g_MetadataRegistration;
const Il2CppMetadataRegistration g_MetadataRegistration =
{
2026-01-13 18:35:26 +08:00
12748,
2025-09-22 17:27:49 +08:00
s_Il2CppGenericTypes,
2026-01-13 18:35:26 +08:00
2915,
2025-09-22 17:27:49 +08:00
g_Il2CppGenericInstTable,
2026-01-13 18:35:26 +08:00
21793,
2025-09-22 17:27:49 +08:00
s_Il2CppGenericMethodFunctions,
2026-01-13 18:35:26 +08:00
27324,
2025-09-22 17:27:49 +08:00
g_Il2CppTypeTable,
2026-01-13 18:35:26 +08:00
23022,
2025-09-22 17:27:49 +08:00
g_Il2CppMethodSpecTable,
2026-01-13 18:35:26 +08:00
4689,
2025-09-22 17:27:49 +08:00
g_FieldOffsetTable,
2026-01-13 18:35:26 +08:00
4689,
2025-09-22 17:27:49 +08:00
g_Il2CppTypeDefinitionSizesTable,
2026-01-13 18:35:26 +08:00
29319,
2025-09-22 17:27:49 +08:00
g_MetadataUsages,
};