Searched refs:DW_AT_type (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c538 * will be represented by a pointer die without a DW_AT_type. CTF requires
659 tdesc_t *arrtdp = die_lookup_pass1(dw, arr, DW_AT_type);
942 ml->ml_type = die_lookup_pass1(dw, mem, DW_AT_type);
1167 if ((attr = die_attr(dw, die, DW_AT_type, 0)) != NULL) {
1168 fn->fn_ret = die_lookup_pass1(dw, die, DW_AT_type);
1197 DW_AT_type);
1450 if ((attr = die_attr(dw, die, DW_AT_type, 0)) != NULL) {
1451 tdp->t_tdesc = die_lookup_pass1(dw, die, DW_AT_type);
1542 if (die_attr(dw, die, DW_AT_type, 0) != NULL)
1543 ii->ii_dtype = die_lookup_pass1(dw, die, DW_AT_type);
[all...]
/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf_attrval.c213 if ((av = dwarf_attrval_find(die, attr)) == NULL && attr != DW_AT_type) {
H A Ddwarf.h156 #define DW_AT_type 0x49 macro
H A Ddwarf_dump.c198 case DW_AT_type:
199 return "DW_AT_type";
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h308 void addType(DIE *Entity, DIType Ty, unsigned Attribute = dwarf::DW_AT_type);
H A DDwarfCompileUnit.cpp1405 addDIEEntry(DW_Subrange, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IndexTy);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp169 case DW_AT_type: return "DW_AT_type";
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h306 DW_AT_type = 0x49, enumerator in enum:dwarf_attribute
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h304 DW_AT_type = 0x49, enumerator in enum:dwarf_attribute
H A Ddwarf2out.c4659 case DW_AT_type:
4660 return "DW_AT_type";
6272 dw_die_ref t = get_AT_ref (c, DW_AT_type);
8558 add_AT_die_ref (mod_type_die, DW_AT_type, sub_die);
11137 by 'type', and adds a DW_AT_type attribute below the given die. */
11167 add_AT_die_ref (object_die, DW_AT_type, type_die);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h203 DW_AT_type = 0x49, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1444 case DW_AT_type:
1756 case DW_AT_type: encoding_uid = form_value.Reference(dwarf_cu); break;
2150 case DW_AT_type: encoding_uid = form_value.Reference(dwarf_cu); break;
4189 case DW_AT_type: param_type_die_offset = form_value.Reference(dwarf_cu); break;
4462 case DW_AT_type:
5726 case DW_AT_type: encoding_uid = form_value.Reference(dwarf_cu); break;
6302 case DW_AT_type: encoding_uid = form_value.Reference(dwarf_cu); break;
6421 case DW_AT_type: type_die_offset = form_value.Reference(dwarf_cu); break;
6889 case DW_AT_type: type_die_offset = form_value.Reference(dwarf_cu); break;
6969 case DW_AT_type
[all...]
H A DDWARFDebugInfoEntry.cpp1172 case DW_AT_type:
1761 // Follow the DW_AT_type if possible
1763 if (die.GetAttributeValue(dwarf2Data, cu, DW_AT_type, form_value))
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c4049 "DW_AT_type missing from DW_TAG_subrange_type");
4456 case DW_AT_type:
5725 && dwarf2_attr (die, DW_AT_type, cu) != NULL)
5983 /* Return the type of the die in question using its DW_AT_type attribute. */
5993 type_attr = dwarf2_attr (die, DW_AT_type, cu);
5996 /* A missing DW_AT_type represents a void type. */
6680 case DW_AT_type:
6681 return "DW_AT_type";
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c1450 case DW_AT_type: return "DW_AT_type";

Completed in 176 milliseconds