Searched refs:GetDIEToType (Results 1 – 5 of 5) sorted by relevance
94 SymbolFileDWARF::DIEToTypePtr &SymbolFileDWARFDwo::GetDIEToType() { in GetDIEToType() function in SymbolFileDWARFDwo95 return GetBaseSymbolFile().GetDIEToType(); in GetDIEToType()
60 DIEToTypePtr &GetDIEToType() override;
225 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeFromClangModule()460 Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseTypeFromDWARF()466 dwarf->GetDIEToType()[die.GetDIE()] = DIE_IS_BEING_PARSED; in ParseTypeFromDWARF()473 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeFromDWARF()791 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeModifier()845 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseEnum()1211 dwarf->GetDIEToType()[die.GetDIE()] = NULL; in ParseSubroutine()1548 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in UpdateSymbolContextScopeForType()1643 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseStructureLikeDIE()1773 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseStructureLikeDIE()[all …]
323 virtual DIEToTypePtr &GetDIEToType() { return m_die_to_type; } in GetDIEToType() function
1641 Type *type = GetDIEToType().lookup(dwarf_die.GetDIE()); in CompleteType()2840 Type *type_ptr = GetDIEToType().lookup(die.GetDIE()); in GetTypeForDIE()3002 GetDIEToType()[die.GetDIE()] = resolved_type; in FindCompleteObjCDefinitionTypeForDIE()