Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp177 dumpRanges(OS, getAddressRanges(u), u->getAddressByteSize(), in dumpAttribute()
332 DWARFDebugInfoEntryMinimal::getAddressRanges(const DWARFUnit *U) const { in getAddressRanges() function in DWARFDebugInfoEntryMinimal
356 const auto &DIERanges = getAddressRanges(U); in collectChildrenAddressRanges()
369 for (const auto& R : getAddressRanges(U)) { in addressRangeContainsAddress()
DDWARFUnit.cpp339 const auto &CUDIERanges = U->getAddressRanges(this); in collectAddressRanges()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h116 DWARFAddressRangesVector getAddressRanges(const DWARFUnit *U) const;