Il2CppMetadataRegistration.cpp 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #include "il2cpp-config.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <cstring>
  8. #include <string.h>
  9. #include <stdio.h>
  10. #include <cmath>
  11. #include <limits>
  12. #include <assert.h>
  13. #include "il2cpp-class-internals.h"
  14. #include "codegen/il2cpp-codegen.h"
  15. extern Il2CppGenericClass* const s_Il2CppGenericTypes[];
  16. extern const Il2CppGenericInst* const g_Il2CppGenericInstTable[];
  17. extern const Il2CppGenericMethodFunctionsDefinitions s_Il2CppGenericMethodFunctions[];
  18. extern const RuntimeType* const g_Il2CppTypeTable[];
  19. extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[];
  20. extern const int32_t* g_FieldOffsetTable[];
  21. extern const Il2CppTypeDefinitionSizes* g_Il2CppTypeDefinitionSizesTable[];
  22. extern void** const g_MetadataUsages[];
  23. extern const Il2CppMetadataRegistration g_MetadataRegistration =
  24. {
  25. 10470,
  26. s_Il2CppGenericTypes,
  27. 2389,
  28. g_Il2CppGenericInstTable,
  29. 15188,
  30. s_Il2CppGenericMethodFunctions,
  31. 26401,
  32. g_Il2CppTypeTable,
  33. 15606,
  34. g_Il2CppMethodSpecTable,
  35. 5384,
  36. g_FieldOffsetTable,
  37. 5384,
  38. g_Il2CppTypeDefinitionSizesTable,
  39. 25339,
  40. g_MetadataUsages,
  41. };