Searched refs:DW_AT_GNU_vector (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp231 case DW_AT_GNU_vector: return "DW_AT_GNU_vector";
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h373 DW_AT_GNU_vector = 0x2107, enumerator in enum:dwarf_attribute
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h371 DW_AT_GNU_vector = 0x2107, enumerator in enum:dwarf_attribute
H A Ddwarf2out.c4730 case DW_AT_GNU_vector:
4731 return "DW_AT_GNU_vector";
11276 add_AT_flag (array_die, DW_AT_GNU_vector, 1);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h272 DW_AT_GNU_vector = 0x2107, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1433 addFlag(&Buffer, dwarf::DW_AT_GNU_vector);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c1488 case DW_AT_GNU_vector: return "DW_AT_GNU_vector";
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c3461 attr = dwarf2_attr (die, DW_AT_GNU_vector, cu);
6743 case DW_AT_GNU_vector:
6744 return "DW_AT_GNU_vector";
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp6893 case DW_AT_GNU_vector: is_vector = form_value.Boolean(); break;

Completed in 196 milliseconds