[#MIBEntryDef] = MIBEntryDef :mrdocs: Declare one MemInfoBlock schema field as a Meta enumerator. == Synopsis Declared in `<llvm/ProfileData/MemProf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define MIBEntryDef(NameTag, Name, Type) ---- == Parameters [cols="1,4"] |=== | Name| Description | *NameTag* | Enumerator name and optional initializer value. | *Name* | Field name matching the MemInfoBlock member. | *Type* | C++ type of the field. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#