mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed append alloc issues, static init block fix
This commit is contained in:
parent
3b1f1634ac
commit
4a00830adf
3 changed files with 51 additions and 35 deletions
|
@ -1820,6 +1820,7 @@ public:
|
|||
void CreateDllImportMethod();
|
||||
BfIRCallingConv GetIRCallingConvention(BfMethodInstance* methodInstance);
|
||||
void SetupIRMethod(BfMethodInstance* methodInstance, BfIRFunction func, bool isInlined);
|
||||
void EmitInitBlocks(const std::function<void(BfAstNode*)>& initBlockCallback);
|
||||
void EmitCtorBody(bool& skipBody);
|
||||
void EmitDtorBody();
|
||||
void EmitEnumToStringBody();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue