Home
last modified time | relevance | path

Searched refs:loc_list_length (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFLocationList.cpp60 size_t loc_list_length = Size(debug_loc_data, *offset_ptr); in Extract() local
61 if (loc_list_length > 0) in Extract()
63 location_list_data.SetData(debug_loc_data, *offset_ptr, loc_list_length); in Extract()
64 *offset_ptr += loc_list_length; in Extract()
DDWARFDebugInfoEntry.cpp884 … size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset); in GetDIENamesAndRanges() local
885 if (loc_list_length > 0) in GetDIENamesAndRanges()
887 … frame_base->SetOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length); in GetDIENamesAndRanges()
DSymbolFileDWARF.cpp7330 … size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset); in ParseVariableDIE() local
7331 if (loc_list_length > 0) in ParseVariableDIE()
7333 … location.CopyOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length); in ParseVariableDIE()