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