Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp203 static uint64_t ReadAddressFromDebugAddrSection(const DWARFUnit *cu, in ReadAddressFromDebugAddrSection() function
236 BaseAddr = ReadAddressFromDebugAddrSection(cu, E.value0); in FindRanges()
240 dw_addr_t start = ReadAddressFromDebugAddrSection(cu, E.value0); in FindRanges()
241 dw_addr_t end = ReadAddressFromDebugAddrSection(cu, E.value1); in FindRanges()
246 dw_addr_t start = ReadAddressFromDebugAddrSection(cu, E.value0); in FindRanges()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp45 ReadAddressFromDebugAddrSection(const DWARFUnit *dwarf_cu, in ReadAddressFromDebugAddrSection() function
969 return ReadAddressFromDebugAddrSection(m_dwarf_cu, index); in GetLocation_DW_OP_addr()
3046 low_pc = ReadAddressFromDebugAddrSection(dwarf_cu, index); in AddressRangeForLocationListEntry()
3048 high_pc = ReadAddressFromDebugAddrSection(dwarf_cu, index); in AddressRangeForLocationListEntry()
3053 low_pc = ReadAddressFromDebugAddrSection(dwarf_cu, index); in AddressRangeForLocationListEntry()