Lines Matching refs:DWARFDebugInfoEntry
36 bool DWARFDebugInfoEntry::FastExtract( in FastExtract()
214 bool DWARFDebugInfoEntry::Extract(SymbolFileDWARF *dwarf2Data, in Extract()
380 void DWARFDebugInfoEntry::DumpAncestry(SymbolFileDWARF *dwarf2Data, in DumpAncestry()
382 const DWARFDebugInfoEntry *oldest, in DumpAncestry()
385 const DWARFDebugInfoEntry *parent = GetParent(); in DumpAncestry()
404 bool DWARFDebugInfoEntry::GetDIENamesAndRanges( in GetDIENamesAndRanges()
605 void DWARFDebugInfoEntry::Dump(SymbolFileDWARF *dwarf2Data, in Dump()
637 const DWARFDebugInfoEntry *child = GetFirstChild(); in Dump()
657 void DWARFDebugInfoEntry::DumpLocation(SymbolFileDWARF *dwarf2Data, in DumpLocation()
681 void DWARFDebugInfoEntry::DumpAttribute( in DumpAttribute()
781 size_t DWARFDebugInfoEntry::GetAttributes( in GetAttributes()
861 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue()
949 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString()
965 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsUnsigned( in GetAttributeValueAsUnsigned()
981 int64_t DWARFDebugInfoEntry::GetAttributeValueAsSigned( in GetAttributeValueAsSigned()
998 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsReference( in GetAttributeValueAsReference()
1009 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsAddress( in GetAttributeValueAsAddress()
1028 dw_addr_t DWARFDebugInfoEntry::GetAttributeHighPC( in GetAttributeHighPC()
1052 bool DWARFDebugInfoEntry::GetAttributeAddressRange( in GetAttributeAddressRange()
1069 size_t DWARFDebugInfoEntry::GetAttributeAddressRanges( in GetAttributeAddressRanges()
1099 const char *DWARFDebugInfoEntry::GetName(SymbolFileDWARF *dwarf2Data, in GetName()
1111 DWARFDebugInfoEntry::GetMangledName(SymbolFileDWARF *dwarf2Data, in GetMangledName()
1139 const char *DWARFDebugInfoEntry::GetPubname(SymbolFileDWARF *dwarf2Data, in GetPubname()
1167 bool DWARFDebugInfoEntry::GetName(SymbolFileDWARF *dwarf2Data, in GetName()
1175 DWARFDebugInfoEntry die; in GetName()
1200 bool DWARFDebugInfoEntry::AppendTypeName(SymbolFileDWARF *dwarf2Data, in AppendTypeName()
1209 DWARFDebugInfoEntry die; in AppendTypeName()
1328 void DWARFDebugInfoEntry::BuildAddressRangeTable( in BuildAddressRangeTable()
1343 const DWARFDebugInfoEntry *child = GetFirstChild(); in BuildAddressRangeTable()
1359 void DWARFDebugInfoEntry::BuildFunctionAddressRangeTable( in BuildFunctionAddressRangeTable()
1374 const DWARFDebugInfoEntry *child = GetFirstChild(); in BuildFunctionAddressRangeTable()
1382 void DWARFDebugInfoEntry::GetDeclContextDIEs( in GetDeclContextDIEs()
1385 DWARFDIE die(cu, const_cast<DWARFDebugInfoEntry *>(this)); in GetDeclContextDIEs()
1389 void DWARFDebugInfoEntry::GetDWARFDeclContext( in GetDWARFDeclContext()
1406 bool DWARFDebugInfoEntry::MatchesDWARFDeclContext( in MatchesDWARFDeclContext()
1416 DWARFDebugInfoEntry::GetParentDeclContextDIE(SymbolFileDWARF *dwarf2Data, in GetParentDeclContextDIE()
1424 DWARFDebugInfoEntry::GetParentDeclContextDIE( in GetParentDeclContextDIE()
1427 DWARFDIE die(cu, const_cast<DWARFDebugInfoEntry *>(this)); in GetParentDeclContextDIE()
1477 const char *DWARFDebugInfoEntry::GetQualifiedName(SymbolFileDWARF *dwarf2Data, in GetQualifiedName()
1485 const char *DWARFDebugInfoEntry::GetQualifiedName( in GetQualifiedName()
1540 bool DWARFDebugInfoEntry::LookupAddress(const dw_addr_t address, in LookupAddress()
1543 DWARFDebugInfoEntry **function_die, in LookupAddress()
1544 DWARFDebugInfoEntry **block_die) { in LookupAddress()
1773 DWARFDebugInfoEntry *child = GetFirstChild(); in LookupAddress()
1786 DWARFDebugInfoEntry::GetAbbreviationDeclarationPtr( in GetAbbreviationDeclarationPtr()
1816 bool DWARFDebugInfoEntry::OffsetLessThan(const DWARFDebugInfoEntry &a, in OffsetLessThan()
1817 const DWARFDebugInfoEntry &b) { in OffsetLessThan()
1821 void DWARFDebugInfoEntry::DumpDIECollection( in DumpDIECollection()
1822 Stream &strm, DWARFDebugInfoEntry::collection &die_collection) { in DumpDIECollection()
1823 DWARFDebugInfoEntry::const_iterator pos; in DumpDIECollection()
1824 DWARFDebugInfoEntry::const_iterator end = die_collection.end(); in DumpDIECollection()
1828 const DWARFDebugInfoEntry &die_ref = *pos; in DumpDIECollection()
1829 const DWARFDebugInfoEntry *p = die_ref.GetParent(); in DumpDIECollection()
1830 const DWARFDebugInfoEntry *s = die_ref.GetSibling(); in DumpDIECollection()
1831 const DWARFDebugInfoEntry *c = die_ref.GetFirstChild(); in DumpDIECollection()
1840 bool DWARFDebugInfoEntry::operator==(const DWARFDebugInfoEntry &rhs) const { in operator ==()
1847 bool DWARFDebugInfoEntry::operator!=(const DWARFDebugInfoEntry &rhs) const { in operator !=()