Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp34 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr; member in __anona525439e0111::DWARFLocationInterpreter
39 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr) in DWARFLocationInterpreter() argument
40 : Base(Base), LookupAddr(std::move(LookupAddr)) {} in DWARFLocationInterpreter()
57 Base = LookupAddr(E.Value0); in Interpret()
63 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
66 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()
74 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
174 std::function<Optional<SectionedAddress>(uint32_t)> LookupAddr, in visitAbsoluteLocationList() argument
176 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h39 uint64_t LookupAddr = 0; ///< The address that this lookup pertains to. member
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp61 OS << HEX64(LR.LookupAddr) << ": "; in operator <<()
H A DFunctionInfo.cpp158 LR.LookupAddr = Addr; in lookup()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h76 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr,