mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Clear cached ce reflection data during type rebuild
This commit is contained in:
parent
e071bd0014
commit
51713a1e34
3 changed files with 21 additions and 0 deletions
|
@ -1257,6 +1257,7 @@ public:
|
|||
CeFunction* QueueMethod(BfMethodInstance* methodInstance, BfIRValue func);
|
||||
void QueueMethod(BfModuleMethodInstance moduleMethodInstance);
|
||||
void QueueStaticField(BfFieldInstance* fieldInstance, const StringImpl& mangledFieldName);
|
||||
void ClearTypeData(BfTypeInstance* typeInstance);
|
||||
|
||||
void SetAppendAllocInfo(BfModule* module, BfIRValue allocValue, BfIRValue appendSizeValue);
|
||||
void ClearAppendAllocInfo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue