mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
var-return support for const eval methods
This commit is contained in:
parent
585e2575e8
commit
706fe9e04b
15 changed files with 292 additions and 60 deletions
|
@ -1552,7 +1552,7 @@ public:
|
|||
|
||||
// Util
|
||||
void CreateReturn(BfIRValue val);
|
||||
void EmitReturn(BfIRValue val);
|
||||
void EmitReturn(const BfTypedValue& val);
|
||||
void EmitDefaultReturn();
|
||||
void EmitDeferredCall(BfModuleMethodInstance moduleMethodInstance, SizedArrayImpl<BfIRValue>& llvmArgs, BfDeferredBlockFlags flags = BfDeferredBlockFlag_None);
|
||||
bool AddDeferredCallEntry(BfDeferredCallEntry* deferredCallEntry, BfScopeData* scope);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue