Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h80 getAbsoluteRanges(llvm::Optional<SectionedAddress> BaseAddr) const;
H A DDWARFDebugRnglists.h51 getAbsoluteRanges(llvm::Optional<SectionedAddress> BaseAddr,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp71 DWARFAddressRangesVector DWARFDebugRangeList::getAbsoluteRanges( in getAbsoluteRanges() function in DWARFDebugRangeList
H A DDWARFDebugRnglists.cpp117 DWARFDebugRnglist::getAbsoluteRanges(llvm::Optional<SectionedAddress> BaseAddr, in getAbsoluteRanges() function in DWARFDebugRnglist
H A DDWARFUnit.cpp541 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()
548 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()