Lines Matching refs:DWARFDebugInfoEntry

43 bool DWARFDebugInfoEntry::Extract(const DWARFDataExtractor &data,  in Extract()
89 const DWARFDebugInfoEntry &die, in GetRangesOrReportError()
121 bool DWARFDebugInfoEntry::GetDIENamesAndRanges( in GetDIENamesAndRanges()
296 void DWARFDebugInfoEntry::GetAttributes(DWARFUnit *cu, in GetAttributes()
358 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue()
415 const char *DWARFDebugInfoEntry::GetAttributeValueAsString( in GetAttributeValueAsString()
428 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsUnsigned( in GetAttributeValueAsUnsigned()
439 DWARFDebugInfoEntry::GetAttributeValueAsOptionalUnsigned( in GetAttributeValueAsOptionalUnsigned()
453 DWARFDIE DWARFDebugInfoEntry::GetAttributeValueAsReference( in GetAttributeValueAsReference()
463 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsAddress( in GetAttributeValueAsAddress()
479 dw_addr_t DWARFDebugInfoEntry::GetAttributeHighPC( in GetAttributeHighPC()
502 bool DWARFDebugInfoEntry::GetAttributeAddressRange( in GetAttributeAddressRange()
518 DWARFRangeList DWARFDebugInfoEntry::GetAttributeAddressRanges( in GetAttributeAddressRanges()
543 const char *DWARFDebugInfoEntry::GetName(const DWARFUnit *cu) const { in GetName()
552 DWARFDebugInfoEntry::GetMangledName(const DWARFUnit *cu, in GetMangledName()
575 const char *DWARFDebugInfoEntry::GetPubname(const DWARFUnit *cu) const { in GetPubname()
595 void DWARFDebugInfoEntry::BuildFunctionAddressRangeTable( in BuildFunctionAddressRangeTable()
607 const DWARFDebugInfoEntry *child = GetFirstChild(); in BuildFunctionAddressRangeTable()
616 DWARFDebugInfoEntry::GetDWARFDeclContextStatic(const DWARFDebugInfoEntry *die, in GetDWARFDeclContextStatic()
635 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext()
640 DWARFDebugInfoEntry::GetParentDeclContextDIE(DWARFUnit *cu) const { in GetParentDeclContextDIE()
646 DWARFDebugInfoEntry::GetParentDeclContextDIE( in GetParentDeclContextDIE()
648 DWARFDIE die(cu, const_cast<DWARFDebugInfoEntry *>(this)); in GetParentDeclContextDIE()
688 lldb::offset_t DWARFDebugInfoEntry::GetFirstAttributeOffset() const { in GetFirstAttributeOffset()
693 DWARFDebugInfoEntry::GetAbbreviationDeclarationPtr(const DWARFUnit *cu) const { in GetAbbreviationDeclarationPtr()
705 bool DWARFDebugInfoEntry::IsGlobalOrStaticScopeVariable() const { in IsGlobalOrStaticScopeVariable()
708 const DWARFDebugInfoEntry *parent_die = GetParent(); in IsGlobalOrStaticScopeVariable()
728 bool DWARFDebugInfoEntry::operator==(const DWARFDebugInfoEntry &rhs) const { in operator ==()
735 bool DWARFDebugInfoEntry::operator!=(const DWARFDebugInfoEntry &rhs) const { in operator !=()