Lines Matching refs:SectionedAddress
25 using object::SectionedAddress;
29 Optional<object::SectionedAddress> Base;
30 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr;
34 Optional<object::SectionedAddress> Base, in DWARFLocationInterpreter()
35 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr) in DWARFLocationInterpreter()
61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
64 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()
72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
88 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
95 Base = SectionedAddress{E.Value0, E.SectionIndex}; in Interpret()
122 Optional<SectionedAddress> BaseAddr, in dumpLocationList()
128 BaseAddr, [U](uint32_t Index) -> Optional<SectionedAddress> { in dumpLocationList()
171 uint64_t Offset, Optional<SectionedAddress> BaseAddr, in visitAbsoluteLocationList()
172 std::function<Optional<SectionedAddress>(uint32_t)> LookupAddr, in visitAbsoluteLocationList()
304 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()