Searched refs:ns_unit (Results 1 – 1 of 1) sorted by relevance
54 const DWARFUnit &ns_unit = s_unit.GetNonSkeletonUnit(); in FindAllEntriesForUnit() local58 if (ns_unit.GetSymbolFileDWARF().GetFileIndex() == die_ref.file_index() && in FindAllEntriesForUnit()59 ns_unit.GetDebugSection() == die_ref.section() && in FindAllEntriesForUnit()60 ns_unit.GetOffset() <= die_ref.die_offset() && in FindAllEntriesForUnit()61 die_ref.die_offset() < ns_unit.GetNextUnitOffset()) { in FindAllEntriesForUnit()