Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp530 return UnknownRowIndex; in findRowInSeq()
546 return UnknownRowIndex; in findRowInSeq()
555 return UnknownRowIndex; in lookupAddress()
570 return UnknownRowIndex; in lookupAddress()
611 if (last_row_index == UnknownRowIndex) in lookupAddressRange()
614 assert(first_row_index != UnknownRowIndex); in lookupAddressRange()
615 assert(last_row_index != UnknownRowIndex); in lookupAddressRange()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h175 const uint32_t UnknownRowIndex = UINT32_MAX; member