Home
last modified time | relevance | path

Searched defs:LookupAddr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp34 std::function<std::optional<object::SectionedAddress>(uint32_t)> LookupAddr; member in __anon8d4857810111::DWARFLocationInterpreter
39 DWARFLocationInterpreter(std::optional<object::SectionedAddress> Base,std::function<std::optional<object::SectionedAddress> (uint32_t)> LookupAddr) DWARFLocationInterpreter() argument
172 visitAbsoluteLocationList(uint64_t Offset,std::optional<SectionedAddress> BaseAddr,std::function<std::optional<SectionedAddress> (uint32_t)> LookupAddr,function_ref<bool (Expected<DWARFLocationExpression>)> Callback) const visitAbsoluteLocationList() argument
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h39 uint64_t LookupAddr = 0; ///< The address that this lookup pertains to. member