Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp544 const dw_offset_t debug_loc_offset = form_value.Unsigned(); in GetDIENamesAndRanges() local
547 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() local
738 s, cu, dwarf2Data->DebugLocData(), debug_loc_offset); in DumpAttribute()
H A DSymbolFileDWARF.cpp3358 const dw_offset_t debug_loc_offset = form_value.Unsigned(); in ParseVariableDIE() local
3361 die.GetCU(), debug_loc_data, debug_loc_offset); in ParseVariableDIE()
3364 debug_loc_offset, loc_list_length); in ParseVariableDIE()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp3004 const lldb::offset_t debug_loc_offset = offset; in LocationListSize() local
3019 if (offset > debug_loc_offset) in LocationListSize()
3020 return offset - debug_loc_offset; in LocationListSize()