Searched refs:debug_loc_offset (Results 1 – 3 of 3) sorted by relevance
544 const dw_offset_t debug_loc_offset = form_value.Unsigned(); in GetDIENamesAndRanges() local547 cu, debug_loc_data, debug_loc_offset); in GetDIENamesAndRanges()550 debug_loc_offset, loc_list_length); in GetDIENamesAndRanges()735 uint64_t debug_loc_offset = form_value.Unsigned(); in DumpAttribute() local738 s, cu, dwarf2Data->DebugLocData(), debug_loc_offset); in DumpAttribute()
3358 const dw_offset_t debug_loc_offset = form_value.Unsigned(); in ParseVariableDIE() local3361 die.GetCU(), debug_loc_data, debug_loc_offset); in ParseVariableDIE()3364 debug_loc_offset, loc_list_length); in ParseVariableDIE()
3004 const lldb::offset_t debug_loc_offset = offset; in LocationListSize() local3019 if (offset > debug_loc_offset) in LocationListSize()3020 return offset - debug_loc_offset; in LocationListSize()