Searched defs:TAGDESC_CORE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp948 #define TAGDESC_CORE(a_Name) TAGDESC(a_Name, &g_CoreDieDesc) macro
950 TAGDESC_CORE(TAG_array_type),
951 TAGDESC_CORE(TAG_class_type),
952 TAGDESC_CORE(TAG_entry_point),
953 TAGDESC_CORE(TAG_enumeration_type), /* 0x04 */
954 TAGDESC_CORE(TAG_formal_parameter),
957 TAGDESC_CORE(TAG_imported_declaration), /* 0x08 */
960 TAGDESC_CORE(TAG_lexical_block),
962 TAGDESC_CORE(TAG_member),
964 TAGDESC_CORE(TAG_pointer_typ
1019 #undef TAGDESC_CORE macro
[all...]

Completed in 146 milliseconds