yunque9/web_xcode/Classes/Native/Debugger_CodeGen.c

99 lines
3.6 KiB
C

#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
// 0x00000001 System.Void ConstStringTable::.cctor()
extern void ConstStringTable__cctor_m3B9C6657A66BE75146088A9C5EC8FB6E50258C9F (void);
// 0x00000002 System.String ConstStringTable::GetTimeIntern(System.Int32)
extern void ConstStringTable_GetTimeIntern_m6D84E2D49D998AFC8661B1980D5B0DF529395AF0 (void);
// 0x00000003 System.String ConstStringTable::GetNumIntern(System.Int32)
extern void ConstStringTable_GetNumIntern_m3A79E053ABE1B51F1619D0A658C1049FB9A0B222 (void);
// 0x00000004 System.Void LuaInterface.Debugger::.cctor()
extern void Debugger__cctor_mB3CCCB015B21D3239348583D309A791769B5335A (void);
// 0x00000005 System.String LuaInterface.Debugger::GetLogFormat(System.String)
extern void Debugger_GetLogFormat_m95BFF3EEA01E4A5BFE06326495BB744DAC1497D4 (void);
// 0x00000006 System.Void LuaInterface.Debugger::Log(System.String)
extern void Debugger_Log_m8E652B74CD56EAE875D36842689AB8C68ECD7506 (void);
// 0x00000007 System.Void LuaInterface.Debugger::Log(System.String,System.Object)
extern void Debugger_Log_m7E5F6EC0FEEA5B3DBF69F1AF3B654B89ADAE2419 (void);
// 0x00000008 System.Void LuaInterface.Debugger::Log(System.String,System.Object,System.Object)
extern void Debugger_Log_m301AF5A498B3D681ACB39661FB8F85B17D22AA5A (void);
// 0x00000009 System.Void LuaInterface.Debugger::LogWarning(System.String)
extern void Debugger_LogWarning_m45120BBAAD555084AEF832E76B39E1B575DEB50E (void);
// 0x0000000A System.Void LuaInterface.Debugger::LogWarning(System.String,System.Object)
extern void Debugger_LogWarning_mEBEADCB89D8445AADE3077EAC26B6828F4EFE714 (void);
// 0x0000000B System.Void LuaInterface.Debugger::LogWarning(System.String,System.Object,System.Object)
extern void Debugger_LogWarning_m39C5E6B6F35D7803F3599464A5E6F5212E622443 (void);
// 0x0000000C System.Void LuaInterface.Debugger::LogError(System.String)
extern void Debugger_LogError_mD47EEB30F88DB178F05439FD9A896381CE71C12A (void);
// 0x0000000D System.Void LuaInterface.ExtensionMethods::AppendLineEx(System.Text.StringBuilder,System.String)
extern void ExtensionMethods_AppendLineEx_mD8F2FBA75A459320EE16CB145BB43C0B6720AEF9 (void);
// 0x0000000E System.Void LuaInterface.ILogger::Log(System.String,System.String,UnityEngine.LogType)
static Il2CppMethodPointer s_methodPointers[14] =
{
ConstStringTable__cctor_m3B9C6657A66BE75146088A9C5EC8FB6E50258C9F,
ConstStringTable_GetTimeIntern_m6D84E2D49D998AFC8661B1980D5B0DF529395AF0,
ConstStringTable_GetNumIntern_m3A79E053ABE1B51F1619D0A658C1049FB9A0B222,
Debugger__cctor_mB3CCCB015B21D3239348583D309A791769B5335A,
Debugger_GetLogFormat_m95BFF3EEA01E4A5BFE06326495BB744DAC1497D4,
Debugger_Log_m8E652B74CD56EAE875D36842689AB8C68ECD7506,
Debugger_Log_m7E5F6EC0FEEA5B3DBF69F1AF3B654B89ADAE2419,
Debugger_Log_m301AF5A498B3D681ACB39661FB8F85B17D22AA5A,
Debugger_LogWarning_m45120BBAAD555084AEF832E76B39E1B575DEB50E,
Debugger_LogWarning_mEBEADCB89D8445AADE3077EAC26B6828F4EFE714,
Debugger_LogWarning_m39C5E6B6F35D7803F3599464A5E6F5212E622443,
Debugger_LogError_mD47EEB30F88DB178F05439FD9A896381CE71C12A,
ExtensionMethods_AppendLineEx_mD8F2FBA75A459320EE16CB145BB43C0B6720AEF9,
NULL,
};
static const int32_t s_InvokerIndices[14] =
{
3,
43,
43,
3,
0,
164,
148,
196,
164,
148,
196,
164,
148,
110,
};
extern const Il2CppCodeGenModule g_DebuggerCodeGenModule;
const Il2CppCodeGenModule g_DebuggerCodeGenModule =
{
"Debugger.dll",
14,
s_methodPointers,
s_InvokerIndices,
0,
NULL,
0,
NULL,
0,
NULL,
NULL,
};