Lines Matching refs:DWARFDebugInfoEntry

39 bool DWARFDebugInfoEntry::Extract(const DWARFDataExtractor &data,  in Extract()
208 const DWARFDebugInfoEntry &die, in GetRangesOrReportError()
230 bool DWARFDebugInfoEntry::GetDIENamesAndRanges( in GetDIENamesAndRanges()
407 size_t DWARFDebugInfoEntry::GetAttributes(DWARFUnit *cu, in GetAttributes()
469 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue()
526 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString()
539 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsUnsigned( in GetAttributeValueAsUnsigned()
553 DWARFDIE DWARFDebugInfoEntry::GetAttributeValueAsReference( in GetAttributeValueAsReference()
563 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsAddress( in GetAttributeValueAsAddress()
579 dw_addr_t DWARFDebugInfoEntry::GetAttributeHighPC( in GetAttributeHighPC()
602 bool DWARFDebugInfoEntry::GetAttributeAddressRange( in GetAttributeAddressRange()
618 size_t DWARFDebugInfoEntry::GetAttributeAddressRanges( in GetAttributeAddressRanges()
642 const char *DWARFDebugInfoEntry::GetName(const DWARFUnit *cu) const { in GetName()
651 DWARFDebugInfoEntry::GetMangledName(const DWARFUnit *cu, in GetMangledName()
674 const char *DWARFDebugInfoEntry::GetPubname(const DWARFUnit *cu) const { in GetPubname()
694 void DWARFDebugInfoEntry::BuildFunctionAddressRangeTable( in BuildFunctionAddressRangeTable()
707 const DWARFDebugInfoEntry *child = GetFirstChild(); in BuildFunctionAddressRangeTable()
716 DWARFDebugInfoEntry::GetDWARFDeclContextStatic(const DWARFDebugInfoEntry *die, in GetDWARFDeclContextStatic()
735 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext()
740 DWARFDebugInfoEntry::GetParentDeclContextDIE(DWARFUnit *cu) const { in GetParentDeclContextDIE()
747 DWARFDebugInfoEntry::GetParentDeclContextDIE( in GetParentDeclContextDIE()
749 DWARFDIE die(cu, const_cast<DWARFDebugInfoEntry *>(this)); in GetParentDeclContextDIE()
789 const char *DWARFDebugInfoEntry::GetQualifiedName(DWARFUnit *cu, in GetQualifiedName()
797 DWARFDebugInfoEntry::GetQualifiedName(DWARFUnit *cu, in GetQualifiedName()
849 lldb::offset_t DWARFDebugInfoEntry::GetFirstAttributeOffset() const { in GetFirstAttributeOffset()
854 DWARFDebugInfoEntry::GetAbbreviationDeclarationPtr(const DWARFUnit *cu) const { in GetAbbreviationDeclarationPtr()
863 bool DWARFDebugInfoEntry::IsGlobalOrStaticScopeVariable() const { in IsGlobalOrStaticScopeVariable()
866 const DWARFDebugInfoEntry *parent_die = GetParent(); in IsGlobalOrStaticScopeVariable()
886 bool DWARFDebugInfoEntry::operator==(const DWARFDebugInfoEntry &rhs) const { in operator ==()
893 bool DWARFDebugInfoEntry::operator!=(const DWARFDebugInfoEntry &rhs) const { in operator !=()