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

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp530 return UnknownRowIndex;
546 return UnknownRowIndex;
555 return UnknownRowIndex;
570 return UnknownRowIndex;
611 if (last_row_index == UnknownRowIndex)
614 assert(first_row_index != UnknownRowIndex);
615 assert(last_row_index != UnknownRowIndex);
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h175 const uint32_t UnknownRowIndex = UINT32_MAX; member in struct:llvm::DWARFDebugLine::LineTable
185 // or UnknownRowIndex if there is no such row.

Completed in 228 milliseconds