Home
last modified time | relevance | path

Searched refs:hi_pc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp126 dw_addr_t hi_pc = LLDB_INVALID_ADDRESS; in GetDIENamesAndRanges() local
153 hi_pc += lo_pc; in GetDIENamesAndRanges()
165 hi_pc = form_value.Address(); in GetDIENamesAndRanges()
167 hi_pc = form_value.Unsigned(); in GetDIENamesAndRanges()
169 do_offset = hi_pc != LLDB_INVALID_ADDRESS; in GetDIENamesAndRanges()
171 hi_pc += lo_pc; // DWARF 4 introduces <offset-from-lo-pc> to save in GetDIENamesAndRanges()
265 if (hi_pc != LLDB_INVALID_ADDRESS && hi_pc > lo_pc) in GetDIENamesAndRanges()
266 ranges.Append(DWARFRangeList::Entry(lo_pc, hi_pc - lo_pc)); in GetDIENamesAndRanges()
501 const DWARFUnit *cu, dw_addr_t &lo_pc, dw_addr_t &hi_pc, in GetAttributeAddressRange() argument
506 hi_pc = GetAttributeHighPC(cu, lo_pc, fail_value, in GetAttributeAddressRange()
[all …]
H A DDWARFDebugInfoEntry.h94 const DWARFUnit *cu, dw_addr_t &lo_pc, dw_addr_t &hi_pc,