Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp538 return UnknownRowIndex; in findRowInSeq()
554 return UnknownRowIndex; in findRowInSeq()
563 return UnknownRowIndex; in lookupAddress()
578 return UnknownRowIndex; in lookupAddress()
619 if (last_row_index == UnknownRowIndex) in lookupAddressRange()
622 assert(first_row_index != UnknownRowIndex); in lookupAddressRange()
623 assert(last_row_index != UnknownRowIndex); in lookupAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h175 const uint32_t UnknownRowIndex = UINT32_MAX; member