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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp232 dw_addr_t hi_pc = LLDB_INVALID_ADDRESS; local
262 hi_pc += lo_pc;
274 hi_pc = form_value.Address();
276 hi_pc = form_value.Unsigned();
278 do_offset = hi_pc != LLDB_INVALID_ADDRESS;
280 hi_pc += lo_pc; // DWARF 4 introduces <offset-from-lo-pc> to save
373 if (hi_pc != LLDB_INVALID_ADDRESS && hi_pc > lo_pc)
374 ranges.Append(DWARFRangeList::Entry(lo_pc, hi_pc - lo_pc));
706 // Get the hi_pc, addin
733 GetAttributeAddressRange( const DWARFUnit *cu, dw_addr_t &lo_pc, dw_addr_t &hi_pc, uint64_t fail_value, bool check_specification_or_abstract_origin) const argument
759 dw_addr_t hi_pc = LLDB_INVALID_ADDRESS; local
828 dw_addr_t hi_pc = LLDB_INVALID_ADDRESS; local
855 dw_addr_t hi_pc = LLDB_INVALID_ADDRESS; local
859 debug_aranges->AppendRange(GetOffset(), lo_pc, hi_pc); local
1108 dw_addr_t hi_pc = GetAttributeHighPC(cu, lo_pc, LLDB_INVALID_ADDRESS); local
[all...]
H A DDWARFDebugInfoEntry.h89 const DWARFUnit *cu, dw_addr_t &lo_pc, dw_addr_t &hi_pc,

Completed in 62 milliseconds