Searched refs:GetDWARFInitialLength (Results 1 – 3 of 3) sorted by relevance
26 uint64_t GetDWARFInitialLength(lldb::offset_t *offset_ptr) const;
15 DWARFDataExtractor::GetDWARFInitialLength(lldb::offset_t *offset_ptr) const { in GetDWARFInitialLength() function in lldb_private::DWARFDataExtractor
53 m_header.length = data.GetDWARFInitialLength(offset_ptr); in extract()