Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h50 virtual dw_addr_t ReadAddressFromDebugAddrSection(uint32_t index) const = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h141 dw_addr_t ReadAddressFromDebugAddrSection(uint32_t index) const override;
H A DDWARFUnit.cpp615 dw_addr_t DWARFUnit::ReadAddressFromDebugAddrSection(uint32_t index) const { in ReadAddressFromDebugAddrSection() function in DWARFUnit
752 addr_t address = ReadAddressFromDebugAddrSection(index); in ParseDWARFLocationList()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp416 return dwarf_cu->ReadAddressFromDebugAddrSection(index); in GetLocation_DW_OP_addr()
2264 lldb::addr_t value = dwarf_cu->ReadAddressFromDebugAddrSection(index); in Evaluate()
2289 lldb::addr_t value = dwarf_cu->ReadAddressFromDebugAddrSection(index); in Evaluate()