Searched refs:getFullLength (Results 1 – 3 of 3) sorted by relevance
73 Optional<uint64_t> getFullLength() const;
180 Optional<uint64_t> DWARFDebugAddrTable::getFullLength() const { in getFullLength() function in DWARFDebugAddrTable
235 if (auto TableLength = AddrTable.getFullLength()) { in dumpAddrSection()