Searched refs:UniqueDWARFASTType (Results 1 – 4 of 4) sorted by relevance
20 class UniqueDWARFASTType {25 UniqueDWARFASTType() in UniqueDWARFASTType() function31 UniqueDWARFASTType(lldb::TypeSP &type_sp, const DWARFDIE &die, in UniqueDWARFASTType() function36 UniqueDWARFASTType(const UniqueDWARFASTType &rhs) in UniqueDWARFASTType() function40 ~UniqueDWARFASTType() {} in ~UniqueDWARFASTType()42 UniqueDWARFASTType &operator=(const UniqueDWARFASTType &rhs) {66 void Append(const UniqueDWARFASTType &entry) { in Append()71 const int32_t byte_size, UniqueDWARFASTType &entry) const;74 typedef std::vector<UniqueDWARFASTType> collection;85 const UniqueDWARFASTType &entry) { in Insert()[all …]
17 UniqueDWARFASTType &entry) const { in Find()18 for (const UniqueDWARFASTType &udt : m_collection) { in Find()
613 std::unique_ptr<UniqueDWARFASTType> unique_ast_entry_ap( in ParseTypeFromDWARF()614 new UniqueDWARFASTType()); in ParseTypeFromDWARF()
479 SRCS+= Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp