Home
last modified time | relevance | path

Searched refs:UniqueDWARFASTType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h22 class UniqueDWARFASTType {
25 UniqueDWARFASTType() : m_type_sp(), m_die(), m_declaration() {} in UniqueDWARFASTType() function
27 UniqueDWARFASTType(const UniqueDWARFASTType &rhs) in UniqueDWARFASTType() function
32 ~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()
H A DUniqueDWARFASTType.cpp21 UniqueDWARFASTType *UniqueDWARFASTTypeList::Find( in Find()
24 for (UniqueDWARFASTType &udt : m_collection) { in Find()
H A DDWARFASTParserClang.cpp845 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()
/freebsd/lib/clang/liblldb/
H A DMakefile595 SRCS+= Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp