Home
last modified time | relevance | path

Searched refs:LookupAddr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp35 std::function<std::optional<object::SectionedAddress>(uint32_t)> LookupAddr; member in __anon52179e6e0111::DWARFLocationInterpreter
41 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() argument
175 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h40 uint64_t LookupAddr = 0; ///< The address that this lookup pertains to. member
84 if (LHS.LookupAddr != RHS.LookupAddr)
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp59 OS << HEX64(LR.LookupAddr) << ": "; in operator <<()
H A DFunctionInfo.cpp243 LR.LookupAddr = Addr; in lookup()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h77 LookupAddr,