Searched refs:GetDIEToType (Results 1 – 5 of 5) sorted by relevance
105 SymbolFileDWARF::DIEToTypePtr &SymbolFileDWARFDwo::GetDIEToType() { in GetDIEToType() function in SymbolFileDWARFDwo106 return GetBaseSymbolFile().GetDIEToType(); in GetDIEToType()
73 DIEToTypePtr &GetDIEToType() override;
458 dwarf->GetDIEToType().try_emplace(die.GetDIE(), DIE_IS_BEING_PARSED); in ParseTypeFromDWARF()525 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeFromDWARF()895 if (auto [it, inserted] = dwarf->GetDIEToType().try_emplace( in ParseEnum()941 dwarf->GetDIEToType()[def_die.GetDIE()] = type_sp.get(); in ParseEnum()1070 Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseCXXMethod()1678 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseStructureLikeDIE()2420 Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseFunctionFromDWARF()3689 dst_class_die.GetDWARF()->GetDIEToType(); in CopyUniqueClassMethodTypes()
343 virtual DIEToTypePtr &GetDIEToType() { return m_die_to_type; } in GetDIEToType() function
1664 Type *type = GetDIEToType().lookup(decl_die.GetDIE()); in CompleteType()1666 GetDIEToType()[def_die.GetDIE()] = type; in CompleteType()2904 Type *type_ptr = GetDIEToType().lookup(die.GetDIE()); in GetTypeForDIE()3066 GetDIEToType()[die.GetDIE()] = resolved_type; in FindCompleteObjCDefinitionTypeForDIE()