Lines Matching defs:GetDIE

819           if (!GetDWOName(dwarf_cu, *cu_die.GetDIE()))
921 DWARFRangeList ranges = die.GetDIE()->GetAttributeAddressRanges(
1485 SymbolFileDWARF::GetDIE(lldb::user_id_t uid) { return GetDIE(DIERef(uid)); }
1492 // SymbolFileDWARF::GetDIE(). See comments inside the
1493 // SymbolFileDWARF::GetDIE() for details.
1494 if (DWARFDIE die = GetDIE(type_uid))
1505 // SymbolFileDWARF::GetDIE(). See comments inside the
1506 // SymbolFileDWARF::GetDIE() for details.
1507 if (DWARFDIE die = GetDIE(type_uid))
1516 // SymbolFileDWARF::GetDIE(). See comments inside the
1517 // SymbolFileDWARF::GetDIE() for details.
1518 if (DWARFDIE die = GetDIE(type_uid))
1527 // SymbolFileDWARF::GetDIE(). See comments inside the
1528 // SymbolFileDWARF::GetDIE() for details.
1529 if (DWARFDIE die = GetDIE(type_uid))
1537 // SymbolFileDWARF::GetDIE(). See comments inside the
1538 // SymbolFileDWARF::GetDIE() for details.
1539 if (DWARFDIE type_die = GetDIE(type_uid))
1548 if (DWARFDIE type_die = GetDIE(type_uid))
1555 return ResolveType(GetDIE(die_ref), true);
1641 DWARFDIE decl_die = GetDIE(die_it->getSecond());
1664 Type *type = GetDIEToType().lookup(decl_die.GetDIE());
1666 GetDIEToType()[def_die.GetDIE()] = type;
1789 SymbolFileDWARF::GetDIE(const DIERef &die_ref) {
1798 return symbol_file->DebugInfo().GetDIE(die_ref.section(),
1817 if (DWARFDebugInfoEntry *cu_die = cu->DIE().GetDIE())
2020 if (!die || die.HasChildren() || !die.GetDIE())
2032 const char *dwo_path = GetDWOName(*dwarf_cu, *die.GetDIE());
2084 std::optional<uint64_t> dwo_id = ::GetDWOId(*dwarf_cu, *die.GetDIE());
2601 if (resolved_dies.insert(die.GetDIE()).second)
2618 if (resolved_dies.insert(die.GetDIE()).second)
2654 if (resolved_dies.insert(die.GetDIE()).second)
2677 DWARFDIE die = GetDIE(die_ref);
2904 Type *type_ptr = GetDIEToType().lookup(die.GetDIE());
2913 const DWARFDebugInfoEntry *parent_die = die.GetParent().GetDIE();
3066 GetDIEToType()[die.GetDIE()] = resolved_type;
3274 dwarf_cu->GetNonSkeletonUnit().GetDIE(function_die_offset);
3303 DWARFDIE function_die = GetDIE(sc.function->GetID());
3306 DWARFRangeList ranges = function_die.GetDIE()->GetAttributeAddressRanges(
3353 VariableSP var_sp = die_to_variable[die.GetDIE()];
3359 die_to_variable[die.GetDIE()] = var_sp;
3361 die_to_variable[spec_die.GetDIE()] = var_sp;
3654 die.GetDIE()->IsGlobalOrStaticScopeVariable())
3726 return FindBlockContainingSpecification(GetDIE(func_die_ref),
3775 VariableSP var_sp = GetDIEToVariable()[die.GetDIE()];
3853 GetDIE(*concrete_it).Tag() != DW_TAG_formal_parameter) {
3863 GetDIE(*concrete_it).GetReferencedDIE(DW_AT_abstract_origin);
3888 if (GetDIE(*concrete_it).Tag() == DW_TAG_formal_parameter) {
3938 GetDIE(sc.function->GetID()), die.GetOffset());
3986 if (VariableSP var_sp = ParseVariableDIE(sc, GetDIE(die), func_low_pc)) {
4205 DWARFDIE func_die = GetDIE(func_id.GetID());
4249 const char *dwo_name = GetDWOName(*dwarf_cu, *die.GetDIE());
4256 const char *comp_dir = die.GetDIE()->GetAttributeValueAsString(