Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.cpp24 GetNextUnitOffset()); in Dump()
H A DDWARFUnit.h109 die_offset < GetNextUnitOffset(); in ContainsDIEOffset()
114 dw_offset_t GetNextUnitOffset() const { return m_header.getNextUnitOffset(); } in GetNextUnitOffset() function
H A DDWARFCompileUnit.cpp28 GetAddressByteSize(), GetNextUnitOffset()); in Dump()
H A DNameToDIE.cpp61 die_ref.die_offset() < ns_unit.GetNextUnitOffset()) { in FindAllEntriesForUnit()
H A DDWARFDebugInfo.cpp115 offset = unit_sp->GetNextUnitOffset(); in ParseUnitsFor()
H A DAppleDWARFIndex.cpp166 dw_offset_t upper_bound = non_skeleton_cu.GetNextUnitOffset(); in GetGlobalVariables()
H A DDWARFUnit.cpp65 if (offset < GetNextUnitOffset() && in ExtractUnitDIENoDwoIfNeeded()
233 lldb::offset_t next_cu_offset = GetNextUnitOffset(); in ExtractDIEsRWLocked()
H A DSymbolFileDWARF.cpp425 GetTypes(unit->DIE(), unit->GetOffset(), unit->GetNextUnitOffset(), in GetTypes()