Searched refs:UniqueDWARFASTType (Results 1 – 4 of 4) sorted by relevance
22 class UniqueDWARFASTType {25 UniqueDWARFASTType() : m_type_sp(), m_die(), m_declaration() {} in UniqueDWARFASTType() function27 UniqueDWARFASTType(const UniqueDWARFASTType &rhs) in UniqueDWARFASTType() function32 ~UniqueDWARFASTType() = default;65 void Append(const UniqueDWARFASTType &entry) { in Append()69 UniqueDWARFASTType *Find(const DWARFDIE &die, const Declaration &decl,74 typedef std::vector<UniqueDWARFASTType> collection;84 void Insert(ConstString name, const UniqueDWARFASTType &entry) { in Insert()88 UniqueDWARFASTType *Find(ConstString name, const DWARFDIE &die, in Find()
21 UniqueDWARFASTType *UniqueDWARFASTTypeList::Find( in Find()24 for (UniqueDWARFASTType &udt : m_collection) { in Find()
845 if (UniqueDWARFASTType *unique_ast_entry_type = in MapDeclDIEToDefDIE()1673 if (UniqueDWARFASTType *unique_ast_entry_type = in ParseStructureLikeDIE()1834 auto unique_ast_entry_up = std::make_unique<UniqueDWARFASTType>(); in ParseStructureLikeDIE()
595 SRCS+= Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp