Searched refs:DWARFDIECollection (Results 1 – 14 of 14) sorted by relevance
19 void DWARFDIECollection::Append(const DWARFDIE &die) { m_dies.push_back(die); } in Append()22 DWARFDIECollection::GetDIEAtIndex(uint32_t idx) const { in GetDIEAtIndex()28 size_t DWARFDIECollection::Size() const { return m_dies.size(); } in Size()30 void DWARFDIECollection::Dump(Stream *s, const char *title) const { in Dump()
16 class DWARFDIECollection {18 DWARFDIECollection() : m_dies() {} in DWARFDIECollection() function19 ~DWARFDIECollection() {} in ~DWARFDIECollection()
29 class DWARFDIECollection; variable89 DWARFDIECollection &member_function_dies,121 DWARFDIECollection &failures);
22 class DWARFDIECollection; variable
89 void GetDeclContextDIEs(DWARFDIECollection &decl_context_dies) const;
59 DWARFDIECollection &matching_dies,
149 void DWARFDIE::GetDeclContextDIEs(DWARFDIECollection &decl_context_dies) const { in GetDeclContextDIEs()
235 DWARFDIECollection &decl_context_dies) const;
54 class DWARFDIECollection; variable
404 DWARFDIECollection &dies, in AppendDIEsWithTag()
1398 DWARFDIECollection failures; in ParseTypeFromDWARF()2199 DWARFDIECollection member_function_dies; in CompleteTypeFromDWARF()2681 DWARFDIECollection &member_function_dies, in ParseChildMembers()3873 lldb_private::Type *class_type, DWARFDIECollection &failures) { in CopyUniqueClassMethodTypes()
926 DWARFDIECollection function_dies; in ParseFunctions()2856 DWARFDIECollection decl_ctx_1; in DIEDeclContextsMatch()2857 DWARFDIECollection decl_ctx_2; in DIEDeclContextsMatch()
1383 DWARFUnit *cu, DWARFDIECollection &decl_context_dies) const { in GetDeclContextDIEs()
455 SRCS+= Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp