Home
last modified time | relevance | path

Searched refs:hasValidLength (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h87 bool hasValidLength() const { return getLength() != 0; } in hasValidLength() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp261 if (!AddrTable.hasValidLength()) in dumpAddrSection()