Lines Matching refs:SectionedAddress
25 using object::SectionedAddress;
33 Optional<object::SectionedAddress> Base;
34 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr;
38 Optional<object::SectionedAddress> Base, in DWARFLocationInterpreter()
39 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr) in DWARFLocationInterpreter()
63 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
66 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()
74 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
90 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret()
97 Base = SectionedAddress{E.Value0, E.SectionIndex}; in Interpret()
124 Optional<SectionedAddress> BaseAddr, in dumpLocationList()
130 BaseAddr, [U](uint32_t Index) -> Optional<SectionedAddress> { in dumpLocationList()
173 uint64_t Offset, Optional<SectionedAddress> BaseAddr, in visitAbsoluteLocationList()
174 std::function<Optional<SectionedAddress>(uint32_t)> LookupAddr, in visitAbsoluteLocationList()
306 E.SectionIndex = SectionedAddress::UndefSection; in visitLocationList()