Searched refs:DW_LANG_lo_user (Results 1 – 6 of 6) sorted by relevance
538 DW_LANG_lo_user = 0x8000, enumerator
576 case DW_LANG_lo_user: return "DW_LANG_lo_user"; in LanguageString()
563 DW_LANG_lo_user = 0x8000, enumerator
733 #define DW_LANG_lo_user 0x8000 macro
95 (Lang <= dwarf::DW_LANG_hi_user && Lang >= dwarf::DW_LANG_lo_user)) && in createCompileUnit()
3417 if (lang >= DW_LANG_lo_user && lang <= DW_LANG_hi_user) in dwarf_lang_string()3420 snprintf (buf, sizeof (buf), "lo_user+%u", lang - DW_LANG_lo_user); in dwarf_lang_string()