Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h169 dw_addr_t ReadAddressFromDebugAddrSection(uint32_t index) const;
H A DDWARFUnit.cpp582 dw_addr_t DWARFUnit::ReadAddressFromDebugAddrSection(uint32_t index) const { in ReadAddressFromDebugAddrSection() function in DWARFUnit
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp363 return dwarf_cu->ReadAddressFromDebugAddrSection(index); in GetLocation_DW_OP_addr()
2505 lldb::addr_t value = dwarf_cu->ReadAddressFromDebugAddrSection(index); in Evaluate()
2525 lldb::addr_t value = dwarf_cu->ReadAddressFromDebugAddrSection(index); in Evaluate()
2587 addr_t address = dwarf_cu->ReadAddressFromDebugAddrSection(index); in ParseDWARFLocationList()