Searched refs:context_die (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | dwarf2out.c | 7881 modified_type_die (type, is_const_type, is_volatile_type, context_die) in modified_type_die() argument 7885 dw_die_ref context_die; 7923 gen_type_die (qualified_type, context_die); 7933 context_die); 7944 sub_die = modified_type_die (type, 0, is_volatile_type, context_die); 7949 sub_die = modified_type_die (type, 0, 0, context_die); 7973 gen_type_die (type, context_die); 8005 context_die); 10139 scope_die_for (t, context_die) in scope_die_for() argument 10141 dw_die_ref context_die; [all …]
|
| D | FSFChangeLog.11 | 5907 (dwarf2out_decl): Revert other context_die = NULL change. 6034 (gen_subprogram_die): Handle NULL context_die. 9748 (add_type_attribute): Just pass context_die through.
|
| D | ChangeLog.2 | 759 (gen_struct_or_union_type_die): Check context_die to determine 2540 DIEs can go in limbo even if we got a context_die.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | dwarf2out.c | 8384 subrange_type_die (tree type, dw_die_ref context_die) in subrange_type_die() argument 8389 if (context_die == NULL) in subrange_type_die() 8390 context_die = comp_unit_die; in subrange_type_die() 8392 subrange_die = new_die (DW_TAG_subrange_type, context_die, type); in subrange_type_die() 8416 dw_die_ref context_die) in modified_type_die() argument 8453 gen_type_die (qualified_type, context_die); in modified_type_die() 8465 context_die); in modified_type_die() 8472 sub_die = modified_type_die (type, 0, is_volatile_type, context_die); in modified_type_die() 8477 sub_die = modified_type_die (type, 0, 0, context_die); in modified_type_die() 8495 mod_type_die = subrange_type_die (type, context_die); in modified_type_die() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFASTParserClang.cpp | 422 DWARFDIE context_die; in ParseTypeFromDWARF() local 424 GetClangDeclContextContainingDIE(die, &context_die); in ParseTypeFromDWARF() 431 die.GetOffset(), static_cast<void *>(context), context_die.GetOffset(), in ParseTypeFromDWARF()
|