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()
220 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeFromClangModule()463 Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseTypeFromDWARF()469 dwarf->GetDIEToType()[die.GetDIE()] = DIE_IS_BEING_PARSED; in ParseTypeFromDWARF()476 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeFromDWARF()767 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseTypeModifier()813 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseEnum()1183 dwarf->GetDIEToType()[die.GetDIE()] = NULL; in ParseSubroutine()1405 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in UpdateSymbolContextScopeForType()1446 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseStructureLikeDIE()1522 dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get(); in ParseStructureLikeDIE()[all …]
46 DIEToTypePtr &GetDIEToType() override;
461 virtual DIEToTypePtr &GetDIEToType() { return m_die_to_type; } in GetDIEToType() function
1485 Type *type = GetDIEToType().lookup(dwarf_die.GetDIE()); in CompleteType()2488 Type *type_ptr = GetDIEToType().lookup(die.GetDIE()); in GetTypeForDIE()2661 GetDIEToType()[die.GetDIE()] = resolved_type; in FindCompleteObjCDefinitionTypeForDIE()