Home
last modified time | relevance | path

Searched refs:mac_info_data (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacinfoEntry.cpp66 bool DWARFDebugMacinfoEntry::Extract(const DWARFDataExtractor &mac_info_data, in Extract() argument
68 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()
H A DDWARFDebugMacinfoEntry.h29 bool Extract(const lldb_private::DWARFDataExtractor &mac_info_data,