Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp611 addr_t begin_addr_offset = LLDB_INVALID_ADDRESS; in GetDescription() local
614 begin_addr_offset, end_addr_offset)) in GetDescription()
617 if (begin_addr_offset == 0 && end_addr_offset == 0) in GetDescription()
620 if (begin_addr_offset < end_addr_offset) { in GetDescription()
623 VMRange addr_range(curr_base_addr + begin_addr_offset, in GetDescription()
633 (begin_addr_offset == UINT32_MAX)) || in GetDescription()
635 (begin_addr_offset == UINT64_MAX))) { in GetDescription()