Home
last modified time | relevance | path

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

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