Home
last modified time | relevance | path

Searched refs:getAddressRanges (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp241 DWARFDebugInfoEntryMinimal::getAddressRanges(const DWARFUnit *U) const { in getAddressRanges() function in DWARFDebugInfoEntryMinimal
265 const auto &DIERanges = getAddressRanges(U); in collectChildrenAddressRanges()
278 for (const auto& R : getAddressRanges(U)) { in addressRangeContainsAddress()
DDWARFDebugInfoEntry.h116 DWARFAddressRangesVector getAddressRanges(const DWARFUnit *U) const;
DDWARFUnit.cpp301 const auto &CUDIERanges = getCompileUnitDIE()->getAddressRanges(this); in collectAddressRanges()