Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAddr.h87 bool hasValidLength() const { return getLength() != 0; } in hasValidLength() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp273 if (!AddrTable.hasValidLength()) in dumpAddrSection()