Lines Matching refs:DWARFDebugInfoEntry

144         DWARFDebugInfoEntry::collection tmp_array;  in ClearDIEs()
174 DWARFDebugInfoEntry die; in ExtractDIEsIfNeeded()
289DWARFDebugInfoEntry::collection exact_size_die_array (m_die_array.begin(), m_die_array.end()); in ExtractDIEsIfNeeded()
296 DWARFDebugInfoEntry::DumpDIECollection (strm, m_die_array); in ExtractDIEsIfNeeded()
395 const DWARFDebugInfoEntry* die = DIE(); in BuildAddressRangeTable()
452 const DWARFDebugInfoEntry* die = DIE(); in GetFunctionAranges()
465 DWARFDebugInfoEntry** function_die_handle, in LookupAddress()
466 DWARFDebugInfoEntry** block_die_handle in LookupAddress()
485 DWARFDebugInfoEntry* child = (*function_die_handle)->GetFirstChild(); in LookupAddress()
502 static bool CompareDIEOffset (const DWARFDebugInfoEntry& die1, const DWARFDebugInfoEntry& die2) in CompareDIEOffset()
512 DWARFDebugInfoEntry*
518 DWARFDebugInfoEntry compare_die; in GetDIEPtr()
520 DWARFDebugInfoEntry::iterator end = m_die_array.end(); in GetDIEPtr()
521DWARFDebugInfoEntry::iterator pos = lower_bound(m_die_array.begin(), end, compare_die, CompareDIEO… in GetDIEPtr()
537 const DWARFDebugInfoEntry*
543 DWARFDebugInfoEntry compare_die; in GetDIEPtrContainingOffset()
545 DWARFDebugInfoEntry::iterator end = m_die_array.end(); in GetDIEPtrContainingOffset()
546DWARFDebugInfoEntry::iterator pos = lower_bound(m_die_array.begin(), end, compare_die, CompareDIEO… in GetDIEPtrContainingOffset()
551 DWARFDebugInfoEntry::iterator next = pos + 1; in GetDIEPtrContainingOffset()
569 DWARFDebugInfoEntry::const_iterator pos; in AppendDIEsWithTag()
570 DWARFDebugInfoEntry::const_iterator end = m_die_array.end(); in AppendDIEsWithTag()
628 DWARFDebugInfoEntry::const_iterator pos; in Index()
629 DWARFDebugInfoEntry::const_iterator begin = m_die_array.begin(); in Index()
630 DWARFDebugInfoEntry::const_iterator end = m_die_array.end(); in Index()
633 const DWARFDebugInfoEntry &die = *pos; in Index()
659 DWARFDebugInfoEntry::Attributes attributes; in Index()
713 const DWARFDebugInfoEntry* parent_die = die.GetParent(); in Index()
793 const DWARFDebugInfoEntry *parent = die.GetParent(); in Index()
806 …const DWARFDebugInfoEntry *specification_die = m_dwarf2Data->DebugInfo()->GetDIEPtr (specification… in Index()
959 const DWARFDebugInfoEntry *die = GetCompileUnitDIEOnly(); in ParseProducerInfo()