Searched refs:LookupAddr (Results 1 – 5 of 5) sorted by relevance
34 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr; member in __anona525439e0111::DWARFLocationInterpreter39 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr) in DWARFLocationInterpreter() argument40 : Base(Base), LookupAddr(std::move(LookupAddr)) {} in DWARFLocationInterpreter()57 Base = LookupAddr(E.Value0); in Interpret()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()174 std::function<Optional<SectionedAddress>(uint32_t)> LookupAddr, in visitAbsoluteLocationList() argument176 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList()
39 uint64_t LookupAddr = 0; ///< The address that this lookup pertains to. member
61 OS << HEX64(LR.LookupAddr) << ": "; in operator <<()
158 LR.LookupAddr = Addr; in lookup()
76 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr,