Lines Matching defs:LookupAddr
34 std::function<std::optional<object::SectionedAddress>(uint32_t)> LookupAddr;
40 LookupAddr)
41 : Base(Base), LookupAddr(std::move(LookupAddr)) {}
58 Base = LookupAddr(E.Value0);
64 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0);
67 std::optional<SectionedAddress> HighPC = LookupAddr(E.Value1);
75 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0);
171 std::function<std::optional<SectionedAddress>(uint32_t)> LookupAddr,
173 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr));