mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed CurrentAddToConstHolder of sized array types
This commit is contained in:
parent
bd10113806
commit
f47d9e0b01
4 changed files with 225 additions and 159 deletions
|
@ -1630,6 +1630,7 @@ public:
|
|||
StringT<128> MethodToString(BfMethodInstance* methodInst, BfMethodNameFlags methodNameFlags = BfMethodNameFlag_ResolveGenericParamNames, BfTypeVector* typeGenericArgs = NULL, BfTypeVector* methodGenericArgs = NULL);
|
||||
void pt(BfType* type);
|
||||
void pm(BfMethodInstance* type);
|
||||
BfIRType CurrentAddToConstHolder(BfIRType irType);
|
||||
void CurrentAddToConstHolder(BfIRValue& irVal);
|
||||
void ClearConstData();
|
||||
bool HasUnactializedConstant(BfConstant* constant, BfIRConstHolder* constHolder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue