Home
last modified time | relevance | path

Searched refs:DWARFDIECollection (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIECollection.cpp22 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()
HDDWARFDIECollection.h16 class DWARFDIECollection
19 DWARFDIECollection() : in DWARFDIECollection() function
23 ~DWARFDIECollection() in ~DWARFDIECollection()
HDDWARFDebugPubnames.cpp93 DWARFDIECollection dies; in GeneratePubnames()
225 DWARFDIECollection dies; in GeneratePubBaseTypes()
HDDWARFCompileUnit.h39 …size_t AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& matching_dies, uint32_t dep…
HDSymbolFileDWARF.h59 class DWARFDIECollection; variable
354 DWARFDIECollection& member_function_dies,
HDDWARFDebugInfoEntry.h375DWARFDIECollection &decl_context_dies) const;
HDDWARFCompileUnit.cpp542 DWARFCompileUnit::AppendDIEsWithTag (const dw_tag_t tag, DWARFDIECollection& dies, uint32_t depth) … in AppendDIEsWithTag()
HDSymbolFileDWARF.cpp1144 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()
HDDWARFDebugInfoEntry.cpp1879 DWARFDIECollection &decl_context_dies) const in GetDeclContextDIEs()
/trueos/lib/clang/liblldbPluginSymbolFileDWARF/
HDMakefile24 DWARFDIECollection.cpp \