Home
last modified time | relevance | path

Searched refs:ns_unit (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp54 const DWARFUnit &ns_unit = s_unit.GetNonSkeletonUnit(); in FindAllEntriesForUnit() local
58 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()