Searched defs:type_die (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp524 DWARFDIE type_die = form_value.Reference(); local
H A DDWARFASTParserClang.cpp1238 DWARFDIE type_die = attrs.type.Reference(); local
H A DSymbolFileDWARF.cpp2774 DWARFDIE type_die = GetDIE(die_ref); local
2956 DWARFDIE type_die = GetDIE(die_ref); local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c5990 struct die_info *type_die; local
6028 struct die_info *type_die = NULL; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c5621 equate_type_number_to_die(tree type, dw_die_ref type_die) argument
10764 add_subscript_info(dw_die_ref type_die, tree type) argument
11181 dw_die_ref type_die = NULL; local
11408 dw_die_ref type_die = new_die (DW_TAG_enumeration_type, context_die, type); local
11420 dw_die_ref type_die = new_die (DW_TAG_structure_type, context_die, type); local
11432 dw_die_ref type_die = new_die (DW_TAG_union_type, context_die, type); local
11447 dw_die_ref type_die = lookup_type_die (type); local
11476 add_child_die (scope_die_for (type, context_die), type_die); local
11645 dw_die_ref type_die; local
11660 gen_type_die (member_declared_type (member), type_die); local
12549 dw_die_ref type_die = lookup_type_die (type); local
12657 dw_die_ref type_die; local
12678 equate_type_number_to_die (TREE_TYPE (decl), type_die); local
13140 dw_die_ref type_die; local
[all...]

Completed in 144 milliseconds