Home
last modified time | relevance | path

Searched refs:DW_AT_GNU_vector (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/binutils/include/elf/
HDdwarf2.h373 DW_AT_GNU_vector = 0x2107, enumerator
HDChangeLog-9103458 * dwarf2.h: Add DW_AT_GNU_vector.
/trueos/contrib/gcc/
HDdwarf2.h371 DW_AT_GNU_vector = 0x2107, enumerator
HDdwarf2out.c4728 case DW_AT_GNU_vector: in dwarf_attr_name()
11325 add_AT_flag (array_die, DW_AT_GNU_vector, 1); in gen_array_type_die()
HDChangeLog-200224585 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector.
/trueos/contrib/llvm/lib/Support/
HDDwarf.cpp233 case DW_AT_GNU_vector: return "DW_AT_GNU_vector"; in AttributeString()
/trueos/contrib/llvm/include/llvm/Support/
HDDwarf.h297 DW_AT_GNU_vector = 0x2107, in LLVM_ENUM_INT_TYPE()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp1700 addFlag(&Buffer, dwarf::DW_AT_GNU_vector); in constructArrayTypeDIE()
/trueos/contrib/gdb/gdb/
HDdwarf2read.c3461 attr = dwarf2_attr (die, DW_AT_GNU_vector, cu); in read_array_type()
6743 case DW_AT_GNU_vector: in dwarf_attr_name()
/trueos/contrib/binutils/binutils/
HDdwarf.c1488 case DW_AT_GNU_vector: return "DW_AT_GNU_vector"; in get_AT_name()
HDChangeLog-02031807 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp6960 case DW_AT_GNU_vector: is_vector = form_value.Boolean(); break; in ParseType()