Searched refs:GetDIEToType (Results 1 – 5 of 5) sorted by relevance
79 SymbolFileDWARF::DIEToTypePtr &SymbolFileDWARFDwo::GetDIEToType() { in GetDIEToType() function in SymbolFileDWARFDwo80 return GetBaseSymbolFile().GetDIEToType(); in GetDIEToType()
46 DIEToTypePtr &GetDIEToType() override;
208 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeFromClangModule()450 Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseTypeFromDWARF()456 dwarf->GetDIEToType()[die.GetDIE()] = DIE_IS_BEING_PARSED; in ParseTypeFromDWARF()463 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeFromDWARF()753 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeModifier()798 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseEnum()1165 dwarf->GetDIEToType()[die.GetDIE()] = NULL; in ParseSubroutine()1499 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in UpdateSymbolContextScopeForType()1539 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseStructureLikeDIE()1671 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseStructureLikeDIE()[all …]
491 virtual DIEToTypePtr &GetDIEToType() { return m_die_to_type; } in GetDIEToType() function
1581 Type *type = GetDIEToType().lookup(dwarf_die.GetDIE()); in CompleteType()2583 Type *type_ptr = GetDIEToType().lookup(die.GetDIE()); in GetTypeForDIE()2756 GetDIEToType()[die.GetDIE()] = resolved_type; in FindCompleteObjCDefinitionTypeForDIE()