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