mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Better ToString support for values
This commit is contained in:
parent
cbacf99a61
commit
014ce28195
5 changed files with 43 additions and 34 deletions
|
@ -1291,8 +1291,7 @@ public:
|
|||
|
||||
struct BeDumpContext
|
||||
{
|
||||
public:
|
||||
BeModule* mModule;
|
||||
public:
|
||||
Dictionary<BeValue*, String> mValueNameMap;
|
||||
Dictionary<String, int> mSeenNames;
|
||||
|
||||
|
@ -1309,12 +1308,6 @@ public:
|
|||
static String ToString(int val);
|
||||
static String ToString(BeCmpKind cmpKind);
|
||||
static String ToString(BeBinaryOpKind opKind);
|
||||
|
||||
public:
|
||||
BeDumpContext()
|
||||
{
|
||||
mModule = NULL;
|
||||
}
|
||||
};
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue