Searched refs:DW_AT_containing_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h47 AttrEntry DW_AT_containing_type; member in struct:llvm::DIEHash::DIEAttrs
H A DDIEHash.cpp151 COLLECT_ATTR(DW_AT_containing_type);
342 ADD_ATTR(Attrs.DW_AT_containing_type);
H A DDwarfCompileUnit.cpp1112 addDIEEntry(&Buffer, dwarf::DW_AT_containing_type,
1280 addDIEEntry(&Buffer, dwarf::DW_AT_containing_type,
1763 addDIEEntry(SPDie, dwarf::DW_AT_containing_type, NDie);
H A DDwarfDebug.cpp1090 // Emit DW_AT_containing_type attribute to connect types with their
2094 case dwarf::DW_AT_containing_type: {
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DDwarf.cpp136 case DW_AT_containing_type: return "DW_AT_containing_type";
/freebsd-10.3-release/lib/libdwarf/
H A Ddwarf.h120 #define DW_AT_containing_type 0x1d macro
H A Ddwarf_dump.c112 case DW_AT_containing_type:
113 return "DW_AT_containing_type";
/freebsd-10.3-release/contrib/gcc/
H A Ddwarf2.h269 DW_AT_containing_type = 0x1d, enumerator in enum:dwarf_attribute
H A Ddwarf2out.c4592 case DW_AT_containing_type:
4593 return "DW_AT_containing_type";
11031 add_AT_die_ref (die, DW_AT_containing_type,
12410 add_AT_die_ref (ptr_die, DW_AT_containing_type,
12630 add_AT_die_ref (type_die, DW_AT_containing_type,
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Ddwarf2.h271 DW_AT_containing_type = 0x1d, enumerator in enum:dwarf_attribute
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h193 DW_AT_containing_type = 0x1d,
/freebsd-10.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c2910 /* Get fcontext from DW_AT_containing_type if present. */
2911 if (dwarf2_attr (die, DW_AT_containing_type, cu) != NULL)
3116 class from the DW_AT_containing_type attribute. */
3118 if (dwarf2_attr (die, DW_AT_containing_type, cu) != NULL)
6021 DW_AT_containing_type attribute. */
6031 type_attr = dwarf2_attr (die, DW_AT_containing_type, cu);
6610 case DW_AT_containing_type:
6611 return "DW_AT_containing_type";
/freebsd-10.3-release/contrib/binutils/binutils/
H A Ddwarf.c1415 case DW_AT_containing_type: return "DW_AT_containing_type";
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp7038 case DW_AT_containing_type:

Completed in 220 milliseconds