Searched refs:LookupAddr (Results 1 – 5 of 5) sorted by relevance
35 std::function<std::optional<object::SectionedAddress>(uint32_t)> LookupAddr; member in __anon52179e6e0111::DWARFLocationInterpreter41 LookupAddr) in DWARFLocationInterpreter()42 : Base(Base), LookupAddr(std::move(LookupAddr)) {} in DWARFLocationInterpreter()59 Base = LookupAddr(E.Value0); in Interpret()65 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()68 std::optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()76 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()173 std::function<std::optional<SectionedAddress>(uint32_t)> LookupAddr, in visitAbsoluteLocationList() argument175 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList()
40 uint64_t LookupAddr = 0; ///< The address that this lookup pertains to. member84 if (LHS.LookupAddr != RHS.LookupAddr)
59 OS << HEX64(LR.LookupAddr) << ": "; in operator <<()
243 LR.LookupAddr = Addr; in lookup()
77 LookupAddr,