Searched refs:loc_list_length (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFLocationList.cpp | 60 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()
|
| HD | DWARFDebugInfoEntry.cpp | 883 … size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset); in GetDIENamesAndRanges() local 884 if (loc_list_length > 0) in GetDIENamesAndRanges() 886 … frame_base->SetOpcodeData(module, debug_loc_data, debug_loc_offset, loc_list_length); in GetDIENamesAndRanges()
|
| HD | SymbolFileDWARF.cpp | 7509 … size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset); in ParseVariableDIE() local 7510 if (loc_list_length > 0) in ParseVariableDIE() 7512 … location.CopyOpcodeData(module, debug_loc_data, debug_loc_offset, loc_list_length); in ParseVariableDIE()
|