설명 없음
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.Burst.Unsafe_CodeGen.c 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 NonVersionableAttribute__ctor_mBC3056ECFEE16B17F3779A50EBDCCD519078E862 (void);
  9. static Il2CppMethodPointer s_methodPointers[2] =
  10. {
  11. NULL,
  12. NonVersionableAttribute__ctor_mBC3056ECFEE16B17F3779A50EBDCCD519078E862,
  13. };
  14. static const int32_t s_InvokerIndices[2] =
  15. {
  16. 0,
  17. 6399,
  18. };
  19. static const Il2CppTokenRangePair s_rgctxIndices[1] =
  20. {
  21. { 0x06000001, { 0, 1 } },
  22. };
  23. extern const uint32_t g_rgctx_TU26_tD3468B6794620312ED0506E36D2969131D852330;
  24. static const Il2CppRGCTXDefinition s_rgctxValues[1] =
  25. {
  26. { (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_TU26_tD3468B6794620312ED0506E36D2969131D852330 },
  27. };
  28. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_Unity_Burst_Unsafe_CodeGenModule;
  29. const Il2CppCodeGenModule g_Unity_Burst_Unsafe_CodeGenModule =
  30. {
  31. "Unity.Burst.Unsafe.dll",
  32. 2,
  33. s_methodPointers,
  34. 0,
  35. NULL,
  36. s_InvokerIndices,
  37. 0,
  38. NULL,
  39. 1,
  40. s_rgctxIndices,
  41. 1,
  42. s_rgctxValues,
  43. NULL,
  44. NULL,
  45. NULL,
  46. NULL,
  47. NULL,
  48. };