Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h79 dw_offset_t GetNextUnitOffset() const { return m_offset + m_length + 4; } in GetNextUnitOffset() function
151 die_offset < GetNextUnitOffset(); in ContainsDIEOffset()
156 dw_offset_t GetNextUnitOffset() const { return m_header.GetNextUnitOffset(); } in GetNextUnitOffset() function
H A DDWARFTypeUnit.cpp24 GetNextUnitOffset()); in Dump()
H A DDWARFCompileUnit.cpp28 GetAddressByteSize(), GetNextUnitOffset()); in Dump()
H A DNameToDIE.cpp61 die_ref.die_offset() < ns_unit.GetNextUnitOffset()) { in FindAllEntriesForUnit()
H A DDWARFDebugInfo.cpp96 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
H A DDWARFUnit.cpp65 if (offset < GetNextUnitOffset() && in ExtractUnitDIENoDwoIfNeeded()
228 lldb::offset_t next_cu_offset = GetNextUnitOffset(); in ExtractDIEsRWLocked()
960 bool length_OK = data.ValidOffset(header.GetNextUnitOffset() - 1); in extract()
H A DAppleDWARFIndex.cpp166 dw_offset_t upper_bound = non_skeleton_cu.GetNextUnitOffset(); in GetGlobalVariables()
H A DSymbolFileDWARF.cpp425 GetTypes(unit->DIE(), unit->GetOffset(), unit->GetNextUnitOffset(), in GetTypes()