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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h50 getAbsoluteRanges(Optional<object::SectionedAddress> BaseAddr,
56 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr,
H A DDWARFDebugRangeList.h74 /// getAbsoluteRanges - Returns absolute address ranges defined by this range
78 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp70 DWARFAddressRangesVector DWARFDebugRangeList::getAbsoluteRanges( function in class:DWARFDebugRangeList
H A DDWARFDebugRnglists.cpp115 DWARFAddressRangesVector DWARFDebugRnglist::getAbsoluteRanges(
117 return getAbsoluteRanges(BaseAddr, [&](uint32_t Index) {
122 DWARFAddressRangesVector DWARFDebugRnglist::getAbsoluteRanges(
H A DDWARFUnit.cpp643 return RangeList.getAbsoluteRanges(getBaseAddress());
650 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp947 range_list_or_error->getAbsoluteRanges(

Completed in 170 milliseconds