Searched refs:ReadAddressFromDebugAddrSection (Results 1 – 4 of 4) sorted by relevance
50 virtual dw_addr_t ReadAddressFromDebugAddrSection(uint32_t index) const = 0;
141 dw_addr_t ReadAddressFromDebugAddrSection(uint32_t index) const override;
615 dw_addr_t DWARFUnit::ReadAddressFromDebugAddrSection(uint32_t index) const { in ReadAddressFromDebugAddrSection() function in DWARFUnit752 addr_t address = ReadAddressFromDebugAddrSection(index); in ParseDWARFLocationList()
416 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()