Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp51 debug_info.ValidOffset(cu_sp->GetNextCompileUnitOffset() - 1); in Extract()
75 GetNextCompileUnitOffset()); in Dump()
H A DDWARFUnit.h97 die_offset < GetNextCompileUnitOffset(); in ContainsDIEOffset()
102 dw_offset_t GetNextCompileUnitOffset() const;
H A DDWARFUnit.cpp66 if (offset < GetNextCompileUnitOffset() && in ExtractUnitDIEIfNeeded()
167 lldb::offset_t next_cu_offset = GetNextCompileUnitOffset(); in ExtractDIEsRWLocked()
282 if (offset > GetNextCompileUnitOffset()) { in ExtractDIEsEndCheck()
431 dw_offset_t DWARFUnit::GetNextCompileUnitOffset() const { in GetNextCompileUnitOffset() function in DWARFUnit
H A DAppleDWARFIndex.cpp79 cu.GetOffset(), cu.GetNextCompileUnitOffset(), hash_data)) in GetGlobalVariables()
H A DDWARFDebugInfo.cpp106 offset = cu_sp->GetNextCompileUnitOffset(); in ParseCompileUnitHeadersIfNeeded()
H A DDWARFDebugInfoEntry.cpp220 const uint32_t cu_end_offset = cu->GetNextCompileUnitOffset(); in Extract()
H A DSymbolFileDWARF.cpp359 dwarf_cu->GetNextCompileUnitOffset(), type_mask, type_set); in GetTypes()