No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.Collections.LowLevel.ILSupport_CodeGen.c 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. extern void EmbeddedAttribute__ctor_mBE4821E7A76BDB478C0DE0388B54D77EF020B536 (void);
  9. extern void IsReadOnlyAttribute__ctor_m21F7AB503DC196A20A50CADA5CBE654735E60EFC (void);
  10. static Il2CppMethodPointer s_methodPointers[4] =
  11. {
  12. EmbeddedAttribute__ctor_mBE4821E7A76BDB478C0DE0388B54D77EF020B536,
  13. IsReadOnlyAttribute__ctor_m21F7AB503DC196A20A50CADA5CBE654735E60EFC,
  14. NULL,
  15. NULL,
  16. };
  17. static const int32_t s_InvokerIndices[4] =
  18. {
  19. 7018,
  20. 7018,
  21. 0,
  22. 0,
  23. };
  24. static const Il2CppTokenRangePair s_rgctxIndices[2] =
  25. {
  26. { 0x06000003, { 0, 1 } },
  27. { 0x06000004, { 1, 1 } },
  28. };
  29. extern const uint32_t g_rgctx_TU26_t81D2AD553E963FAF8292CE458EABC39F2E248307;
  30. extern const uint32_t g_rgctx_TU26_t0A0F9E5BDE8E7598AF00903A15E266DCF04E9678;
  31. static const Il2CppRGCTXDefinition s_rgctxValues[2] =
  32. {
  33. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_TU26_t81D2AD553E963FAF8292CE458EABC39F2E248307 },
  34. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_TU26_t0A0F9E5BDE8E7598AF00903A15E266DCF04E9678 },
  35. };
  36. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_Unity_Collections_LowLevel_ILSupport_CodeGenModule;
  37. const Il2CppCodeGenModule g_Unity_Collections_LowLevel_ILSupport_CodeGenModule =
  38. {
  39. "Unity.Collections.LowLevel.ILSupport.dll",
  40. 4,
  41. s_methodPointers,
  42. 0,
  43. NULL,
  44. s_InvokerIndices,
  45. 0,
  46. NULL,
  47. 2,
  48. s_rgctxIndices,
  49. 2,
  50. s_rgctxValues,
  51. NULL,
  52. NULL,
  53. NULL,
  54. NULL,
  55. NULL,
  56. };