metagen: simplify enum generation; reading/organization pass over raddbgi_from_pdb

This commit is contained in:
Ryan Fleury
2024-02-13 10:55:06 -08:00
parent 4a9e5512f6
commit ea840a71e8
27 changed files with 1149 additions and 765 deletions
+2 -4
View File
@@ -13,14 +13,12 @@
typedef U32 CV_TypeId;
typedef U32 CV_ItemId;
static CV_TypeId cv_type_id_variadic = 0xFFFFFFFF;
typedef U16 CV_ModIndex;
typedef U16 CV_SectionIndex;
typedef U16 CV_Reg;
read_only global CV_TypeId cv_type_id_variadic = 0xFFFFFFFF;
#define CV_NumericKindXList(X) \
X(CHAR, 0x8000)\
X(SHORT, 0x8001)\