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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h42 uint64_t LookupAddr = 0; ///< The address that this lookup pertains to. member in struct:llvm::gsym::LookupResult
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp30 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr; member in class:__anon3621::DWARFLocationInterpreter
33 DWARFLocationInterpreter( Optional<object::SectionedAddress> Base, std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr) argument
169 visitAbsoluteLocationList( uint64_t Offset, Optional<SectionedAddress> BaseAddr, std::function<Optional<SectionedAddress>(uint32_t)> LookupAddr, function_ref<bool(Expected<DWARFLocationExpression>)> Callback) const argument
[all...]

Completed in 99 milliseconds