mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Debugging helpers
This commit is contained in:
parent
f1b685b4c7
commit
0b02483971
2 changed files with 5 additions and 1 deletions
|
@ -495,7 +495,11 @@ public:
|
|||
BE_VALUE_TYPE(BeFunction, BeConstant);
|
||||
|
||||
BeModule* mModule;
|
||||
#ifdef _DEBUG
|
||||
StringT<256> mName;
|
||||
#else
|
||||
String mName;
|
||||
#endif
|
||||
BfIRLinkageType mLinkageType;
|
||||
bool mAlwaysInline;
|
||||
bool mNoUnwind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue