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