Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFLocationList.cpp74 const dw_offset_t debug_loc_offset = offset; in Size() local
88 if (offset > debug_loc_offset) in Size()
89 return offset - debug_loc_offset; in Size()
HDDWARFDebugInfoEntry.cpp884 const dw_offset_t debug_loc_offset = form_value.Unsigned(); in GetDIENamesAndRanges() local
886 … size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset); in GetDIENamesAndRanges()
889 … frame_base->SetOpcodeData(module, debug_loc_data, debug_loc_offset, loc_list_length); in GetDIENamesAndRanges()
1146 uint64_t debug_loc_offset = form_value.Unsigned(); in DumpAttribute() local
1151 … DWARFLocationList::Dump(s, cu, dwarf2Data->get_debug_loc_data(), debug_loc_offset); in DumpAttribute()
1527 lldb::offset_t debug_loc_offset = form_value.Unsigned(); in GetAttributeValueAsLocation() local
1531 …eturn DWARFLocationList::Extract(dwarf2Data->get_debug_loc_data(), &debug_loc_offset, location_dat… in GetAttributeValueAsLocation()
HDSymbolFileDWARF.cpp7420 const dw_offset_t debug_loc_offset = form_value.Unsigned(); in ParseVariableDIE() local
7422 … size_t loc_list_length = DWARFLocationList::Size(debug_loc_data, debug_loc_offset); in ParseVariableDIE()
7425 … location.CopyOpcodeData(module, debug_loc_data, debug_loc_offset, loc_list_length); in ParseVariableDIE()