HomeSort by relevance Sort by last modified time
    Searched refs:GetNextCompileUnitOffset (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.h 46 bool ContainsDIEOffset(dw_offset_t die_offset) const { return die_offset >= GetFirstDIEOffset() && die_offset < GetNextCompileUnitOffset(); }
48 dw_offset_t GetNextCompileUnitOffset() const { return m_offset + m_length + 4; }
DWARFDebugInfo.cpp 162 offset = cu_sp->GetNextCompileUnitOffset();
254 dw_offset_t cu_end_offset = (*pos)->GetNextCompileUnitOffset();
404 const dw_offset_t next_cu_offset = cu->GetNextCompileUnitOffset();
567 return cu->GetNextCompileUnitOffset();
614 if (dumpInfo->die_offset < cu->GetNextCompileUnitOffset())
627 return cu->GetNextCompileUnitOffset();
DWARFDebugPubnames.cpp 98 DWARFDebugPubnamesSet pubnames_set(DW_INVALID_OFFSET, cu_offset, cu->GetNextCompileUnitOffset() - cu_offset);
228 DWARFDebugPubnamesSet pubnames_set(DW_INVALID_OFFSET, cu_offset, cu->GetNextCompileUnitOffset() - cu_offset);
DWARFCompileUnit.cpp 87 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1);
172 lldb::offset_t next_cu_offset = GetNextCompileUnitOffset();
317 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1);
356 m_offset, m_length, m_version, GetAbbrevOffset(), m_addr_size, GetNextCompileUnitOffset());
    [all...]
DWARFDebugInfoEntry.cpp 286 const uint32_t cu_end_offset = cu->GetNextCompileUnitOffset();
    [all...]
SymbolFileDWARF.cpp 323 dwarf_cu->GetNextCompileUnitOffset(),
    [all...]

Completed in 62 milliseconds