Searched refs:DWARFDIECollection (Results 1 – 10 of 10) sorted by relevance
22 DWARFDIECollection::Insert(const DWARFDebugInfoEntry *die) in Insert()33 DWARFDIECollection::Append (const DWARFDebugInfoEntry *die) in Append()39 DWARFDIECollection::GetDIEPtrAtIndex(uint32_t idx) const in GetDIEPtrAtIndex()48 DWARFDIECollection::Size() const in Size()54 DWARFDIECollection::Dump(Stream *s, const char* title) const in Dump()
16 class DWARFDIECollection19 DWARFDIECollection() : in DWARFDIECollection() function23 ~DWARFDIECollection() in ~DWARFDIECollection()
93 DWARFDIECollection dies; in GeneratePubnames()225 DWARFDIECollection dies; in GeneratePubBaseTypes()
39 …size_t AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& matching_dies, uint32_t dep…
59 class DWARFDIECollection; variable354 DWARFDIECollection& member_function_dies,
375 … DWARFDIECollection &decl_context_dies) const;
542 DWARFCompileUnit::AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& dies, uint32_t depth) … in AppendDIEsWithTag()
1144 DWARFDIECollection function_dies; in ParseCompileUnitFunctions()1701 DWARFDIECollection& member_function_dies, in ParseChildMembers()2453 DWARFDIECollection member_function_dies; in ResolveClangOpaqueTypeDefinition()4959 DWARFDIECollection decl_ctx_1; in DIEDeclContextsMatch()4960 DWARFDIECollection decl_ctx_2; in DIEDeclContextsMatch()
1879 DWARFDIECollection &decl_context_dies) const in GetDeclContextDIEs()
24 DWARFDIECollection.cpp \