Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.cpp19 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()
H A DDWARFDIECollection.h16 class DWARFDIECollection {
18 DWARFDIECollection() : m_dies() {} in DWARFDIECollection() function
19 ~DWARFDIECollection() {} in ~DWARFDIECollection()
H A DDWARFASTParserClang.h29 class DWARFDIECollection; variable
89 DWARFDIECollection &member_function_dies,
121 DWARFDIECollection &failures);
H A DDWARFBaseDIE.h22 class DWARFDIECollection; variable
H A DDWARFDIE.h89 void GetDeclContextDIEs(DWARFDIECollection &decl_context_dies) const;
H A DDWARFUnit.h59 DWARFDIECollection &matching_dies,
H A DDWARFDIE.cpp149 void DWARFDIE::GetDeclContextDIEs(DWARFDIECollection &decl_context_dies) const { in GetDeclContextDIEs()
H A DDWARFDebugInfoEntry.h235 DWARFDIECollection &decl_context_dies) const;
H A DSymbolFileDWARF.h54 class DWARFDIECollection; variable
H A DDWARFUnit.cpp404 DWARFDIECollection &dies, in AppendDIEsWithTag()
H A DDWARFASTParserClang.cpp1398 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()
H A DSymbolFileDWARF.cpp926 DWARFDIECollection function_dies; in ParseFunctions()
2856 DWARFDIECollection decl_ctx_1; in DIEDeclContextsMatch()
2857 DWARFDIECollection decl_ctx_2; in DIEDeclContextsMatch()
H A DDWARFDebugInfoEntry.cpp1383 DWARFUnit *cu, DWARFDIECollection &decl_context_dies) const { in GetDeclContextDIEs()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile455 SRCS+= Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp