Home
last modified time | relevance | path

Searched refs:DW_AT_language (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDDwarf.cpp58 case DW_AT_language: return "DW_AT_language"; in AttributeString()
570 case DW_AT_language: in AttributeValueString()
/NextBSD/contrib/elftoolchain/libdwarf/
HDdwarf_attr.c281 if ((at = _dwarf_attr_find(die, DW_AT_language)) == NULL) { in dwarf_srclang()
HDdwarf.h124 #define DW_AT_language 0x13 macro
HDdwarf_dump.c169 case DW_AT_language: in dwarf_get_AT_name()
/NextBSD/contrib/llvm/include/llvm/Support/
HDDwarf.h104 DW_AT_language = 0x13, enumerator
/NextBSD/contrib/binutils/include/elf/
HDdwarf2.h261 DW_AT_language = 0x13, enumerator
/NextBSD/contrib/gcc/
HDdwarf2.h259 DW_AT_language = 0x13, enumerator
HDdwarf2out.c4567 case DW_AT_language: in dwarf_attr_name()
5415 unsigned int lang = get_AT_unsigned (comp_unit_die, DW_AT_language); in is_c_family()
5427 unsigned int lang = get_AT_unsigned (comp_unit_die, DW_AT_language); in is_cxx()
5437 unsigned int lang = get_AT_unsigned (comp_unit_die, DW_AT_language); in is_fortran()
5449 unsigned int lang = get_AT_unsigned (comp_unit_die, DW_AT_language); in is_java()
5459 unsigned int lang = get_AT_unsigned (comp_unit_die, DW_AT_language); in is_ada()
10951 if (get_AT_unsigned (comp_unit_die, DW_AT_language) == DW_LANG_C89 in add_prototyped_attribute()
12454 add_AT_unsigned (die, DW_AT_language, language); in gen_compile_unit_die()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFCompileUnit.cpp1101 die->GetAttributeValueAsUnsigned(m_dwarf2Data, this, DW_AT_language, 0)); in GetLanguageType()
HDDWARFDebugInfoEntry.cpp1110 case DW_AT_language: in DumpAttribute()
HDSymbolFileDWARF.cpp993 …nit::LanguageTypeFromDWARF(cu_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_language, 0)); in ParseCompileUnit()
1209 …leUnit::LanguageTypeFromDWARF(die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_language, 0)); in ParseCompileUnitLanguage()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp388 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in constructDwarfCompileUnit()
1925 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()
/NextBSD/contrib/binutils/gas/
HDdwarf2dbg.c1502 out_abbrev (DW_AT_language, DW_FORM_data2); in out_debug_abbrev()
/NextBSD/contrib/binutils/binutils/
HDdwarf.c1222 case DW_AT_language: in read_and_display_attr_value()
1405 case DW_AT_language: return "DW_AT_language"; in get_AT_name()
HDChangeLog588 languages known for the DW_AT_language attribute.
/NextBSD/contrib/llvm/lib/MC/
HDMCDwarf.cpp535 EmitAbbrev(MCOS, dwarf::DW_AT_language, dwarf::DW_FORM_data2); in EmitGenDwarfAbbrev()
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c2088 attr = dwarf2_attr (die, DW_AT_language, cu); in read_file_scope()
4447 case DW_AT_language: in read_partial_die()
6590 case DW_AT_language: in dwarf_attr_name()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c5298 case DW_AT_language: in dump_dwarf_die()