Searched refs:LookupAddr (Results 1 – 5 of 5) sorted by relevance
34 std::function<std::optional<object::SectionedAddress>(uint32_t)> LookupAddr; member in __anon52179e6e0111::DWARFLocationInterpreter40 LookupAddr) in DWARFLocationInterpreter()41 : Base(Base), LookupAddr(std::move(LookupAddr)) {} in DWARFLocationInterpreter()58 Base = LookupAddr(E.Value0); in Interpret()64 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()67 std::optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()75 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()172 std::function<std::optional<SectionedAddress>(uint32_t)> LookupAddr, in visitAbsoluteLocationList() argument174 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList()
39 uint64_t LookupAddr = 0; ///< The address that this lookup pertains to. member56 if (LHS.LookupAddr != RHS.LookupAddr)
61 OS << HEX64(LR.LookupAddr) << ": "; in operator <<()
185 LR.LookupAddr = Addr; in lookup()
75 LookupAddr,