Home
last modified time | relevance | path

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

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