Lines Matching refs:DWARFDebugInfoEntry

39 DWARFDebugInfoEntry::Attributes::Attributes() :  in Attributes()
44 DWARFDebugInfoEntry::Attributes::~Attributes() in ~Attributes()
50 DWARFDebugInfoEntry::Attributes::FindAttributeIndex(dw_attr_t attr) const in FindAttributeIndex()
64 DWARFDebugInfoEntry::Attributes::Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw… in Append()
71 DWARFDebugInfoEntry::Attributes::ContainsAttribute(dw_attr_t attr) const in ContainsAttribute()
77 DWARFDebugInfoEntry::Attributes::RemoveAttribute(dw_attr_t attr) in RemoveAttribute()
89 DWARFDebugInfoEntry::Attributes::ExtractFormValueAtIndex (SymbolFileDWARF* dwarf2Data, uint32_t i, … in ExtractFormValueAtIndex()
97 DWARFDebugInfoEntry::Attributes::FormValueAsUnsigned (SymbolFileDWARF* dwarf2Data, dw_attr_t attr, … in FormValueAsUnsigned()
106 DWARFDebugInfoEntry::Attributes::FormValueAsUnsignedAtIndex(SymbolFileDWARF* dwarf2Data, uint32_t i… in FormValueAsUnsignedAtIndex()
117 DWARFDebugInfoEntry::FastExtract in FastExtract()
277 DWARFDebugInfoEntry::Extract in Extract()
446 DWARFDebugInfoEntry::DumpAncestry in DumpAncestry()
450 const DWARFDebugInfoEntry* oldest, in DumpAncestry()
455 const DWARFDebugInfoEntry* parent = GetParent(); in DumpAncestry()
739 DWARFDebugInfoEntry::GetDIENamesAndRanges in GetDIENamesAndRanges()
934 const DWARFDebugInfoEntry* die = NULL; in GetDIENamesAndRanges()
954 DWARFDebugInfoEntry::Dump in Dump()
996 const DWARFDebugInfoEntry* child = GetFirstChild(); in Dump()
1020 DWARFDebugInfoEntry::DumpLocation in DumpLocation()
1027 const DWARFDebugInfoEntry *cu_die = cu->GetCompileUnitDIEOnly(); in DumpLocation()
1052 DWARFDebugInfoEntry::DumpAttribute in DumpAttribute()
1210 DWARFDebugInfoEntry::GetAttributes in GetAttributes()
1215 DWARFDebugInfoEntry::Attributes& attributes, in GetAttributes()
1263 const DWARFDebugInfoEntry* die = NULL; in GetAttributes()
1307 DWARFDebugInfoEntry::GetAttributeValue in GetAttributeValue()
1354 DWARFDebugInfoEntry::GetAttributeValueAsString in GetAttributeValueAsString()
1373 DWARFDebugInfoEntry::GetAttributeValueAsUnsigned in GetAttributeValueAsUnsigned()
1393 DWARFDebugInfoEntry::GetAttributeValueAsSigned in GetAttributeValueAsSigned()
1414 DWARFDebugInfoEntry::GetAttributeValueAsReference in GetAttributeValueAsReference()
1437 DWARFDebugInfoEntry::GetAttributeHighPC in GetAttributeHighPC()
1466 DWARFDebugInfoEntry::GetAttributeAddressRange in GetAttributeAddressRange()
1493 DWARFDebugInfoEntry::GetAttributeValueAsLocation in GetAttributeValueAsLocation()
1543 DWARFDebugInfoEntry::GetName in GetName()
1557 …const DWARFDebugInfoEntry* die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(… in GetName()
1573 DWARFDebugInfoEntry::GetMangledName in GetMangledName()
1605 DWARFDebugInfoEntry::GetPubname in GetPubname()
1628 …const DWARFDebugInfoEntry* die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(… in GetPubname()
1646 DWARFDebugInfoEntry::GetName in GetName()
1660 DWARFDebugInfoEntry die; in GetName()
1695 DWARFDebugInfoEntry::AppendTypeName in AppendTypeName()
1709 DWARFDebugInfoEntry die; in AppendTypeName()
1786 DWARFDebugInfoEntry::Contains (const DWARFDebugInfoEntry *die) const in Contains()
1793 const DWARFDebugInfoEntry *sibling = GetSibling(); in Contains()
1806 DWARFDebugInfoEntry::BuildAddressRangeTable in BuildAddressRangeTable()
1827 const DWARFDebugInfoEntry* child = GetFirstChild(); in BuildAddressRangeTable()
1845 DWARFDebugInfoEntry::BuildFunctionAddressRangeTable in BuildFunctionAddressRangeTable()
1865 const DWARFDebugInfoEntry* child = GetFirstChild(); in BuildFunctionAddressRangeTable()
1875 DWARFDebugInfoEntry::GetDeclContextDIEs (SymbolFileDWARF* dwarf2Data, in GetDeclContextDIEs()
1879 const DWARFDebugInfoEntry *parent_decl_ctx_die = GetParentDeclContextDIE (dwarf2Data, cu); in GetDeclContextDIEs()
1888 DWARFDebugInfoEntry::GetDWARFDeclContext (SymbolFileDWARF* dwarf2Data, in GetDWARFDeclContext()
1896 const DWARFDebugInfoEntry *parent_decl_ctx_die = GetParentDeclContextDIE (dwarf2Data, cu); in GetDWARFDeclContext()
1907 DWARFDebugInfoEntry::MatchesDWARFDeclContext (SymbolFileDWARF* dwarf2Data, in MatchesDWARFDeclContext()
1917 const DWARFDebugInfoEntry *
1918 DWARFDebugInfoEntry::GetParentDeclContextDIE (SymbolFileDWARF* dwarf2Data, in GetParentDeclContextDIE()
1921 DWARFDebugInfoEntry::Attributes attributes; in GetParentDeclContextDIE()
1926 const DWARFDebugInfoEntry *
1927 DWARFDebugInfoEntry::GetParentDeclContextDIE (SymbolFileDWARF* dwarf2Data, in GetParentDeclContextDIE()
1929 const DWARFDebugInfoEntry::Attributes& attributes) const in GetParentDeclContextDIE()
1931 const DWARFDebugInfoEntry * die = this; in GetParentDeclContextDIE()
1959 const DWARFDebugInfoEntry *spec_die = cu->GetDIEPtr (die_offset); in GetParentDeclContextDIE()
1962 …const DWARFDebugInfoEntry *spec_die_decl_ctx_die = spec_die->GetParentDeclContextDIE (dwarf2Data, … in GetParentDeclContextDIE()
1971 const DWARFDebugInfoEntry *abs_die = cu->GetDIEPtr (die_offset); in GetParentDeclContextDIE()
1974 …const DWARFDebugInfoEntry *abs_die_decl_ctx_die = abs_die->GetParentDeclContextDIE (dwarf2Data, cu… in GetParentDeclContextDIE()
1987 DWARFDebugInfoEntry::GetQualifiedName (SymbolFileDWARF* dwarf2Data, in GetQualifiedName()
1991 DWARFDebugInfoEntry::Attributes attributes; in GetQualifiedName()
1997 DWARFDebugInfoEntry::GetQualifiedName (SymbolFileDWARF* dwarf2Data, in GetQualifiedName()
1999 const DWARFDebugInfoEntry::Attributes& attributes, in GetQualifiedName()
2007 const DWARFDebugInfoEntry *parent_decl_ctx_die = GetParentDeclContextDIE (dwarf2Data, cu); in GetQualifiedName()
2067 DWARFDebugInfoEntry::LookupAddress in LookupAddress()
2072 DWARFDebugInfoEntry** function_die, in LookupAddress()
2073 DWARFDebugInfoEntry** block_die in LookupAddress()
2244 DWARFDebugInfoEntry* child = GetFirstChild(); in LookupAddress()
2257 DWARFDebugInfoEntry::GetAbbreviationDeclarationPtr (SymbolFileDWARF* dwarf2Data, in GetAbbreviationDeclarationPtr()
2288 DWARFDebugInfoEntry::OffsetLessThan (const DWARFDebugInfoEntry& a, const DWARFDebugInfoEntry& b) in OffsetLessThan()
2294 DWARFDebugInfoEntry::DumpDIECollection (Stream &strm, DWARFDebugInfoEntry::collection &die_collecti… in DumpDIECollection()
2296 DWARFDebugInfoEntry::const_iterator pos; in DumpDIECollection()
2297 DWARFDebugInfoEntry::const_iterator end = die_collection.end(); in DumpDIECollection()
2302 const DWARFDebugInfoEntry& die_ref = *pos; in DumpDIECollection()
2303 const DWARFDebugInfoEntry* p = die_ref.GetParent(); in DumpDIECollection()
2304 const DWARFDebugInfoEntry* s = die_ref.GetSibling(); in DumpDIECollection()
2305 const DWARFDebugInfoEntry* c = die_ref.GetFirstChild(); in DumpDIECollection()