Searched refs:mac_info_data (Results 1 – 2 of 2) sorted by relevance
83 DWARFDebugMacinfoEntry::Extract(const DWARFDataExtractor& mac_info_data, lldb::offset_t* offset_ptr) in Extract() argument85 if (mac_info_data.ValidOffset(*offset_ptr)) in Extract()87 m_type_code = mac_info_data.GetU8(offset_ptr); in Extract()98 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()100 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()107 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()110 m_op2.file_idx = mac_info_data.GetULEB128(offset_ptr); in Extract()121 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()122 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()
41 Extract(const lldb_private::DWARFDataExtractor& mac_info_data,