Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h73 std::optional<uint64_t> getFullLength() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp180 std::optional<uint64_t> DWARFDebugAddrTable::getFullLength() const { in getFullLength() function in DWARFDebugAddrTable
H A DDWARFContext.cpp915 if (auto TableLength = AddrTable.getFullLength()) { in dumpAddrSection()