mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added CallingConvention support, mangle specifying
This commit is contained in:
parent
904f907f1d
commit
61d9edea83
26 changed files with 413 additions and 96 deletions
|
@ -1730,8 +1730,7 @@ public:
|
|||
void EmitCtorCalcAppend();
|
||||
void CreateStaticCtor();
|
||||
BfIRValue CreateDllImportGlobalVar(BfMethodInstance* methodInstance, bool define = false);
|
||||
void CreateDllImportMethod();
|
||||
BfIRCallingConv GetIRCallingConvention(BfTypeInstance* typeInst, BfMethodDef* methodDef);
|
||||
void CreateDllImportMethod();
|
||||
BfIRCallingConv GetIRCallingConvention(BfMethodInstance* methodInstance);
|
||||
void SetupIRMethod(BfMethodInstance* methodInstance, BfIRFunction func, bool isInlined);
|
||||
void EmitCtorBody(bool& skipBody);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue