Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.h71 uint32_t GetNextUnitOffset() const { return m_offset + m_length + 4; } in GetNextUnitOffset() function
138 die_offset < GetNextUnitOffset(); in ContainsDIEOffset()
143 dw_offset_t GetNextUnitOffset() const { return m_header.GetNextUnitOffset(); } in GetNextUnitOffset() function
DDWARFTypeUnit.cpp22 GetAddressByteSize(), GetNextUnitOffset()); in Dump()
DNameToDIE.cpp56 die_ref.die_offset() < unit.GetNextUnitOffset()) { in FindAllEntriesForUnit()
DDWARFCompileUnit.cpp25 GetAddressByteSize(), GetNextUnitOffset()); in Dump()
DDWARFUnit.cpp63 if (offset < GetNextUnitOffset() && in ExtractUnitDIEIfNeeded()
155 lldb::offset_t next_cu_offset = GetNextUnitOffset(); in ExtractDIEsRWLocked()
829 bool length_OK = data.ValidOffset(header.GetNextUnitOffset() - 1); in extract()
DDWARFDebugInfo.cpp95 offset = (*unit_sp)->GetNextUnitOffset(); in ParseUnitsFor()
DAppleDWARFIndex.cpp83 m_apple_names_up->AppendAllDIEsInRange(cu.GetOffset(), cu.GetNextUnitOffset(), in GetGlobalVariables()
DSymbolFileDWARF.cpp382 GetTypes(unit->DIE(), unit->GetOffset(), unit->GetNextUnitOffset(), in GetTypes()