Searched refs:dies (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/libelf/
H A Dos.NetBSD.mk7 MKLINT= no # lint dies with a sigbus
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnames.cpp93 DWARFDIECollection dies; local
94 const size_t die_count = cu->AppendDIEsWithTag (DW_TAG_subprogram, dies) +
95 cu->AppendDIEsWithTag (DW_TAG_variable, dies);
103 DWARFDIE die = dies.GetDIEAtIndex(die_idx);
210 DWARFDIECollection dies; local
211 const size_t die_count = cu->AppendDIEsWithTag (DW_TAG_base_type, dies);
218 DWARFDIE die = dies.GetDIEAtIndex (die_idx);
H A DDWARFCompileUnit.cpp510 // If the DIEs weren't parsed, then we don't want all dies for all compile units
675 DWARFCompileUnit::AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& dies, uint32_t depth) const argument
677 size_t old_size = dies.Size();
683 dies.Append (DWARFDIE(this, &(*pos)));
687 return dies.Size() - old_size;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c190 * .debug_info section, for resolving relative reference dies. */
354 /* The dies in a compilation unit form an n-ary tree. PARENT
534 /* The routines that read and process dies for a C struct or C++ class
1202 compilation unit's dies, then read_comp_unit_head will happily
1301 then use the information extracted from its child dies. */
1328 /* Read in all interesting dies to the end of the compilation unit or
1688 where STRUCT_PDI occurs in the tree of dies, but because of
1696 places other than the tree structure of dies if there's any
1826 struct die_info *dies; local
1876 dies
4194 free_die_list(struct die_info *dies) argument
4211 do_free_die_list_cleanup(void *dies) argument
4217 make_cleanup_free_die_list(struct die_info *dies) argument
[all...]
/freebsd-11.0-release/share/mk/
H A Dbsd.cpu.mk108 #XXX: gcc doesn't seem to like -mcpu=xscale, and dies while rebuilding itself

Completed in 125 milliseconds