Home
last modified time | relevance | path

Searched refs:getAbsoluteRanges (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h52 getAbsoluteRanges(Optional<object::SectionedAddress> BaseAddr,
59 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr,
H A DDWARFDebugRangeList.h75 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr) const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp88 DWARFAddressRangesVector DWARFDebugRnglist::getAbsoluteRanges( in getAbsoluteRanges() function in DWARFDebugRnglist
90 return getAbsoluteRanges( in getAbsoluteRanges()
95 DWARFAddressRangesVector DWARFDebugRnglist::getAbsoluteRanges( in getAbsoluteRanges() function in DWARFDebugRnglist
H A DDWARFDebugRangeList.cpp87 DWARFAddressRangesVector DWARFDebugRangeList::getAbsoluteRanges( in getAbsoluteRanges() function in DWARFDebugRangeList
H A DDWARFUnit.cpp650 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()
657 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1031 range_list_or_error->getAbsoluteRanges( in FindRnglistFromOffset()