Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h76 Optional<uint64_t> getFullLength() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp169 Optional<uint64_t> DWARFDebugAddrTable::getFullLength() const { in getFullLength() function in DWARFDebugAddrTable
H A DDWARFContext.cpp229 if (auto TableLength = AddrTable.getFullLength()) { in dumpAddrSection()