Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp162 offset = cu_sp->GetNextCompileUnitOffset(); in ParseCompileUnitHeadersIfNeeded()
254 dw_offset_t cu_end_offset = (*pos)->GetNextCompileUnitOffset(); in GetCompileUnitContainingDIE()
404 const dw_offset_t next_cu_offset = cu->GetNextCompileUnitOffset(); in Parse()
567 return cu->GetNextCompileUnitOffset(); in DumpCallback()
614 if (dumpInfo->die_offset < cu->GetNextCompileUnitOffset()) in DumpCallback()
627 return cu->GetNextCompileUnitOffset(); in DumpCallback()
DDWARFCompileUnit.h46 …set) const { return die_offset >= GetFirstDIEOffset() && die_offset < GetNextCompileUnitOffset(); } in ContainsDIEOffset()
48 dw_offset_t GetNextCompileUnitOffset() const { return m_offset + m_length + 4; } in GetNextCompileUnitOffset() function
DDWARFDebugPubnames.cpp98 …DebugPubnamesSet pubnames_set(DW_INVALID_OFFSET, cu_offset, cu->GetNextCompileUnitOffset() - cu_of… in GeneratePubnames()
228 …DebugPubnamesSet pubnames_set(DW_INVALID_OFFSET, cu_offset, cu->GetNextCompileUnitOffset() - cu_of… in GeneratePubBaseTypes()
DDWARFCompileUnit.cpp87 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1); in Extract()
172 lldb::offset_t next_cu_offset = GetNextCompileUnitOffset(); in ExtractDIEsIfNeeded()
317 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1); in Verify()
356 … m_offset, m_length, m_version, GetAbbrevOffset(), m_addr_size, GetNextCompileUnitOffset()); in Dump()
DDWARFDebugInfoEntry.cpp286 const uint32_t cu_end_offset = cu->GetNextCompileUnitOffset(); in Extract()
DSymbolFileDWARF.cpp323 dwarf_cu->GetNextCompileUnitOffset(), in GetTypes()
7165 … dwarf_cu->GetNextCompileUnitOffset(), in ParseVariablesForContext()
7180 … dwarf_cu->GetNextCompileUnitOffset(), in ParseVariablesForContext()