mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Comptime method reflection, method entry/exit emission
This commit is contained in:
parent
bc8758bbac
commit
8f3060fd3c
18 changed files with 944 additions and 117 deletions
|
@ -899,6 +899,7 @@ public:
|
|||
}
|
||||
|
||||
BfImportKind GetImportKind();
|
||||
BfMethodFlags GetMethodFlags();
|
||||
void UndoDeclaration(bool keepIRFunction = false);
|
||||
BfTypeInstance* GetOwner();
|
||||
BfModule* GetModule();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue