Searched refs:GetDWARFInitialLength (Results 1 – 5 of 5) sorted by relevance
15 DWARFDataExtractor::GetDWARFInitialLength(lldb::offset_t *offset_ptr) const { in GetDWARFInitialLength() function in lldb_private::DWARFDataExtractor
26 uint64_t GetDWARFInitialLength(lldb::offset_t *offset_ptr) const;
34 cu_sp->m_length = debug_info.GetDWARFInitialLength(offset_ptr); in Extract()
154 m_header.length = data.GetDWARFInitialLength(offset_ptr); in Extract()
408 prologue->total_length = debug_line_data.GetDWARFInitialLength(offset_ptr); in ParsePrologue()