mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Separated comptime mixin into Compiler.Mixin and Compiler.MixinRoot
This commit is contained in:
parent
21366d48ec
commit
6c18ffd607
3 changed files with 71 additions and 52 deletions
|
@ -901,6 +901,7 @@ public:
|
|||
BfType* GetBfType(int typeId);
|
||||
void PrepareConstStructEntry(CeConstStructData& constStructData);
|
||||
bool CheckMemory(addr_ce addr, int32 size);
|
||||
bool GetStringFromAddr(addr_ce strInstAddr, StringImpl& str);
|
||||
bool GetStringFromStringView(addr_ce addr, StringImpl& str);
|
||||
bool GetCustomAttribute(BfCustomAttributes* customAttributes, int attributeTypeId, addr_ce resultAddr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue