Searched refs:mac_info_data (Results 1 – 2 of 2) sorted by relevance
66 bool DWARFDebugMacinfoEntry::Extract(const DWARFDataExtractor &mac_info_data, in Extract() argument68 if (mac_info_data.ValidOffset(*offset_ptr)) { in Extract()69 m_type_code = mac_info_data.GetU8(offset_ptr); in Extract()79 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()81 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()88 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()91 m_op2.file_idx = mac_info_data.GetULEB128(offset_ptr); in Extract()102 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()103 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()
29 bool Extract(const lldb_private::DWARFDataExtractor &mac_info_data,