Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h49 getAbsoluteRanges(Optional<object::SectionedAddress> BaseAddr,
56 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr,
H A DDWARFDebugRangeList.h78 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr) const;
/netbsd-src/external/apache2/llvm/dist/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.cpp70 DWARFAddressRangesVector DWARFDebugRangeList::getAbsoluteRanges( in getAbsoluteRanges() function in DWARFDebugRangeList
H A DDWARFUnit.cpp576 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()
583 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()